From c74ba3ce1917c133c1f81ec1e0b9821b80ca4695 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sat, 13 Oct 2007 15:39:27 +0000 Subject: [PATCH] getopt() is no longer system dependent git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244146 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/getopt.xml | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/reference/info/functions/getopt.xml b/reference/info/functions/getopt.xml index c34e434df9..4661110379 100644 --- a/reference/info/functions/getopt.xml +++ b/reference/info/functions/getopt.xml @@ -1,5 +1,5 @@ - + getopt @@ -57,6 +57,30 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.3.0 + + This function is no longer system dependent and works on Windows too. + + + + + + + + &reftitle.examples; @@ -74,10 +98,11 @@ $options = getopt("f:hp:"); +