From cc5e8cca27b36900f80764731010d2aa37a12e0b Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Wed, 1 Jul 2009 20:16:13 +0000 Subject: [PATCH] fix filter-matches docs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283284 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/intl/locale/filter-matches.xml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/reference/intl/locale/filter-matches.xml b/reference/intl/locale/filter-matches.xml index d78df7c81d..0328592026 100755 --- a/reference/intl/locale/filter-matches.xml +++ b/reference/intl/locale/filter-matches.xml @@ -1,5 +1,5 @@ - + Locale::filterMatches @@ -18,6 +18,7 @@ Locale::filterMatches stringlangtag stringlocale + boolcanonicalize Procedural style @@ -27,6 +28,7 @@ locale_filter_matches stringlangtag stringlocale + boolcanonicalize Checks if a $langtag filter matches with $locale according to RFC 4647's @@ -54,6 +56,15 @@ + + canonicalize + + + If true, the arguments will be converted to canonical form before + matching. + + + @@ -73,9 +84,9 @@ ]]> @@ -85,9 +96,9 @@ echo (locale_filter_matches('de-DE_1996','de-DE')) ? "Matches" : "Does not match ]]>