From d7daef6cf31f369ba686d04d3c7d6b0ffeb8bc9a Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Wed, 30 Oct 2002 17:48:48 +0000 Subject: [PATCH] longopts didn't work out, but at least it is ini-independant now git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102032 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/getopt.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/reference/info/functions/getopt.xml b/reference/info/functions/getopt.xml index 219ac4556e..64ad45ca69 100644 --- a/reference/info/functions/getopt.xml +++ b/reference/info/functions/getopt.xml @@ -1,5 +1,5 @@ - + getopt @@ -35,12 +35,6 @@ $options = getopt("f:hp:"); // parse the command line ($_GLOBALS['argv']) This function will return an array of option / argument pairs. If an option does not have an argument, the value will be set to &false;. - - - This function requires that the - register_argc_argv configuration option be enabled. - -