Fixed prototype line. When 3rd parameter specified, fourth becomes required.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105434 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sara Golemon 2002-11-23 20:17:19 +00:00
parent 0bda9ee3bc
commit 6144bb0cc7

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.dns-get-record">
<refnamediv>
<refname>dns_get_record</refname>
@ -14,7 +14,7 @@
<methodparam><type>string</type><parameter>hostname</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>type</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>&amp;authns</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>&amp;addtl</parameter></methodparam>
<methodparam><type>array</type><parameter>&amp;addtl</parameter></methodparam>
</methodsynopsis>
<note>
This function is not implemented on Windows platforms.