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. - -