mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
add SORT_LOCALE_STRING
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168396 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
de1dbd3464
commit
38f15559ef
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.sort">
|
||||
<refnamediv>
|
||||
|
@ -76,6 +76,10 @@ fruits[3] = orange
|
|||
<listitem>
|
||||
<simpara><constant>SORT_STRING</constant> - compare items as strings</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara><constant>SORT_LOCALE_STRING</constant> - compare items as
|
||||
strings, based on the current locale. Added in PHP 5.0.2</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<note>
|
||||
|
|
Loading…
Reference in a new issue