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