diff --git a/reference/info/functions/getopt.xml b/reference/info/functions/getopt.xml index b00d1993d3..e342f89e99 100644 --- a/reference/info/functions/getopt.xml +++ b/reference/info/functions/getopt.xml @@ -1,5 +1,5 @@ - + getopt @@ -10,12 +10,18 @@ arraygetopt stringoptions + arraylongopts Returns an associative array of option / argument pairs based on the options format specified in options, or &false; 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. +