git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166209 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sean Coates 2004-08-12 22:19:33 +00:00
parent a3fb4375e4
commit 147cfbfe1a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<refentry id="function.getopt">
<refnamediv>
<refname>getopt</refname>
@ -18,9 +18,8 @@
on an error.
</para>
<para>
On platforms that have C function getopt_long, long options can be
specified with parameter <parameter>longopts</parameter>. It is available
since PHP 4.3.0.
On platforms that have the C function getopt_long, long options can be
specified with the parameter <parameter>longopts</parameter> (as of PHP 4.3.0).
</para>
<para>
<informalexample>