From 691a13900a1568eca452baf523425583c5768b5d Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Hedde Date: Tue, 30 Dec 2014 12:53:35 +0000 Subject: [PATCH] Clarify the language about optional values in getopt() documentation. -- Provided by anonymous 51325 (liebelied7@gmail.com) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335489 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/getopt.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/info/functions/getopt.xml b/reference/info/functions/getopt.xml index cd3da941f1..d4b2013c17 100644 --- a/reference/info/functions/getopt.xml +++ b/reference/info/functions/getopt.xml @@ -63,8 +63,8 @@ Characters followed by a colon (parameter requires value) Characters followed by two colons (optional value) - Option values are the first argument after the string. It does not matter - if a value has leading white space or not. + Option values are the first argument after the string. If a value is required, + it does not matter whether the value has leading white space or not. See note. Optional values do not accept " " (space) as a separator.