From 38f15559efd0b54b8cb26fa34ee8aff1e7a9e701 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sat, 11 Sep 2004 15:50:39 +0000 Subject: [PATCH] add SORT_LOCALE_STRING git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168396 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/sort.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reference/array/functions/sort.xml b/reference/array/functions/sort.xml index eacdb55aa5..3bde24a072 100644 --- a/reference/array/functions/sort.xml +++ b/reference/array/functions/sort.xml @@ -1,5 +1,5 @@ - + @@ -76,6 +76,10 @@ fruits[3] = orange SORT_STRING - compare items as strings + + SORT_LOCALE_STRING - compare items as + strings, based on the current locale. Added in PHP 5.0.2 +