vrana Wed Feb 8 15:19:51 2006 UTC
Modified files: /phpdoc/en/reference/info/functions getopt.xml Log: longopts is not available (bug #36319) http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/info/functions/getopt.xml?r1=1.10&r2=1.11&diff_format=u Index: phpdoc/en/reference/info/functions/getopt.xml diff -u phpdoc/en/reference/info/functions/getopt.xml:1.10 phpdoc/en/reference/info/functions/getopt.xml:1.11 --- phpdoc/en/reference/info/functions/getopt.xml:1.10 Thu Aug 12 22:19:33 2004 +++ phpdoc/en/reference/info/functions/getopt.xml Wed Feb 8 15:19:51 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.10 $ --> +<!-- $Revision: 1.11 $ --> <refentry id="function.getopt"> <refnamediv> <refname>getopt</refname> @@ -10,7 +10,7 @@ <methodsynopsis> <type>array</type><methodname>getopt</methodname> <methodparam><type>string</type><parameter>options</parameter></methodparam> - <methodparam choice="opt"><type>array</type><parameter>longopts</parameter></methodparam> + <!-- <methodparam choice="opt"><type>array</type><parameter>longopts</parameter></methodparam> --> </methodsynopsis> <para> Returns an associative array of option / argument pairs based on the @@ -18,10 +18,6 @@ on an error. </para> <para> - 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> <programlisting role="php"> <![CDATA[