Date: 10/30/02
- Next message: Ben Chivers: "[PHP-DOC] string to ascii"
- Previous message: Marc Boeren: "[PHP-DOC] cvs: phpdoc /en/reference/dbx/functions dbx-escape-string.xml dbx-query.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Ben Chivers: "[PHP-DOC] string to ascii"
- Previous message: Marc Boeren: "[PHP-DOC] cvs: phpdoc /en/reference/dbx/functions dbx-escape-string.xml dbx-query.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

