From 147cfbfe1abfb44867859324a16833e7f8065588 Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Thu, 12 Aug 2004 22:19:33 +0000 Subject: [PATCH] grammar git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166209 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/getopt.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/reference/info/functions/getopt.xml b/reference/info/functions/getopt.xml index e342f89e99..5a8b299b44 100644 --- a/reference/info/functions/getopt.xml +++ b/reference/info/functions/getopt.xml @@ -1,5 +1,5 @@ - + getopt @@ -18,9 +18,8 @@ on an error. - On platforms that have C function getopt_long, long options can be - specified with parameter longopts. 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 longopts (as of PHP 4.3.0).