Sync with the Source

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@98589 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sander Roobol 2002-10-07 15:22:03 +00:00
parent a1bf2db431
commit 71541b3ee8

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.getopt">
<refnamediv>
<refname>getopt</refname>
@ -34,7 +34,7 @@ $options = getopt("f:hp:"); // parse the command line ($_GLOBALS['argv'])
</para>
<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 &null;.
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">