pollita         Sat Nov 23 15:17:19 2002 EDT

  Modified files:              
    /phpdoc/en/reference/network/functions      dns-get-record.xml 
  Log:
  Fixed prototype line.  When 3rd parameter specified, fourth becomes required.
  
  
Index: phpdoc/en/reference/network/functions/dns-get-record.xml
diff -u phpdoc/en/reference/network/functions/dns-get-record.xml:1.2 
phpdoc/en/reference/network/functions/dns-get-record.xml:1.3
--- phpdoc/en/reference/network/functions/dns-get-record.xml:1.2        Sat Nov 23 
00:37:03 2002
+++ phpdoc/en/reference/network/functions/dns-get-record.xml    Sat Nov 23 15:17:19 
+2002
@@ -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.



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to