From 392e02ad3c3cfabe798155b9eeb1b679cfc9a870 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 12 Aug 2004 17:31:20 +0000 Subject: [PATCH] longopts # I am not sure which platforms have getopt_long() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166161 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/getopt.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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. +