[PHP-DOC] cvs: phpdoc /en/reference/info/functions getopt.xml From: Hartmut Holzgraefe (hartmut <email protected>)
Date: 10/30/02

hholzgra Wed Oct 30 12:48:49 2002 EDT

  Modified files:
    /phpdoc/en/reference/info/functions getopt.xml
  Log:
  longopts didn't work out, but at least it is ini-independant now
  
  
Index: phpdoc/en/reference/info/functions/getopt.xml
diff -u phpdoc/en/reference/info/functions/getopt.xml:1.2 phpdoc/en/reference/info/functions/getopt.xml:1.3
--- phpdoc/en/reference/info/functions/getopt.xml:1.2 Mon Oct 7 11:22:03 2002
+++ phpdoc/en/reference/info/functions/getopt.xml Wed Oct 30 12:48:48 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.getopt">
    <refnamediv>
     <refname>getopt</refname>
@@ -35,12 +35,6 @@
     <para>
      This function will return an array of option / argument pairs. If an
      option does not have an argument, the value will be set to &false;.
- <note>
- <para>
- This function requires that the <link linkend="ini.register-argc-argv">
- register_argc_argv</link> configuration option be enabled.
- </para>
- </note>
     </para>
    </refsect1>
   </refentry>

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