From 3b916f56e00c7a807252d5cb3f0a8d1fc4bd2358 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 8 Feb 2006 15:19:51 +0000 Subject: [PATCH] longopts is not available (bug #36319) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@206739 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/getopt.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/reference/info/functions/getopt.xml b/reference/info/functions/getopt.xml index 5a8b299b44..78ed6ebb9e 100644 --- a/reference/info/functions/getopt.xml +++ b/reference/info/functions/getopt.xml @@ -1,5 +1,5 @@ - + getopt @@ -10,17 +10,13 @@ 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 the C function getopt_long, long options can be - specified with the parameter longopts (as of PHP 4.3.0). -