From 3b283caf490c13554c6036bf09e6fe70a109a3fb Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Thu, 2 Jul 2009 00:26:34 +0000 Subject: [PATCH] fix docs for lookup and filter-matches git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283308 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/intl/locale/filter-matches.xml | 6 +++--- reference/intl/locale/lookup.xml | 21 +++++++++++++++++---- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/reference/intl/locale/filter-matches.xml b/reference/intl/locale/filter-matches.xml index 0328592026..e0c09dde17 100755 --- a/reference/intl/locale/filter-matches.xml +++ b/reference/intl/locale/filter-matches.xml @@ -1,5 +1,5 @@ - + Locale::filterMatches @@ -18,7 +18,7 @@ Locale::filterMatches stringlangtag stringlocale - boolcanonicalize + boolcanonicalizefalse Procedural style @@ -28,7 +28,7 @@ locale_filter_matches stringlangtag stringlocale - boolcanonicalize + boolcanonicalizefalse Checks if a $langtag filter matches with $locale according to RFC 4647's diff --git a/reference/intl/locale/lookup.xml b/reference/intl/locale/lookup.xml index 4bb6fd93ee..52f963874f 100755 --- a/reference/intl/locale/lookup.xml +++ b/reference/intl/locale/lookup.xml @@ -1,5 +1,5 @@ - + Locale::lookup @@ -18,7 +18,8 @@ Locale::lookup arraylangtag stringlocale - stringdefault + boolcanonicalizefalse + stringdefault Procedural style @@ -28,7 +29,8 @@ locale_lookup arraylangtag stringlocale - stringdefault + boolcanonicalizefalse + stringdefault Searches the items in langtag for the best match to @@ -58,7 +60,18 @@ - + + + canonicalize + + + + If true, the arguments will be converted to canonical form before + matching. + + + + default