getopt() is no longer system dependent

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244146 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2007-10-13 15:39:27 +00:00
parent 91f6add4c2
commit c74ba3ce19

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.15 $ -->
<!-- $Revision: 1.16 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.getopt">
<refnamediv>
<refname>getopt</refname>
@ -57,6 +57,30 @@
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>5.3.0</entry>
<entry>
This function is no longer system dependent and works on Windows too.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>
@ -74,10 +98,11 @@ $options = getopt("f:hp:");
</para>
</refsect1>
<!--
<refsect1 role="notes">
&reftitle.notes;
&note.no-windows;
</refsect1>
-->
</refentry>