longopts didn't work out, but at least it is ini-independant now

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102032 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2002-10-30 17:48:48 +00:00
parent 0613185067
commit d7daef6cf3

View file

@ -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 @@ $options = getopt("f:hp:"); // parse the command line ($_GLOBALS['argv'])
<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>