mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
a1bf2db431
commit
71541b3ee8
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue