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 ]]>