From eb4077b497f76e34176aea6ead98af28f580e15f Mon Sep 17 00:00:00 2001 From: Chunsong Tang Date: Wed, 6 Jul 2011 03:00:07 +0000 Subject: [PATCH] To make the description of sort_flag of sort method as clear as that of asort method, I append the line "It is also used if an invalid $sort_flag value has been specified. " to the description. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312975 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/intl/collator/sort.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/intl/collator/sort.xml b/reference/intl/collator/sort.xml index a89ec6dab8..4a9825f9f8 100644 --- a/reference/intl/collator/sort.xml +++ b/reference/intl/collator/sort.xml @@ -83,6 +83,7 @@ Default sorting type is Collator::SORT_REGULAR. + It is also used if an invalid $sort_flag value has been specified.