nlopess Sun Feb 27 05:57:00 2005 EDT
Modified files: /phpdoc/en/reference/array constants.xml Log: add SORT_LOCALE_STRING http://cvs.php.net/diff.php/phpdoc/en/reference/array/constants.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/array/constants.xml diff -u phpdoc/en/reference/array/constants.xml:1.6 phpdoc/en/reference/array/constants.xml:1.7 --- phpdoc/en/reference/array/constants.xml:1.6 Wed May 28 19:03:06 2003 +++ phpdoc/en/reference/array/constants.xml Sun Feb 27 05:56:58 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <section id="array.constants"> &reftitle.constants; &extension.constants.core; @@ -99,6 +99,18 @@ </simpara> </listitem> </varlistentry> + <varlistentry> + <term> + <constant>SORT_LOCALE_STRING</constant> + (<type>integer</type>) + </term> + <listitem> + <simpara> + <constant>SORT_LOCALE_STRING</constant> is used to compare items as + strings, based on the current locale. Added in PHP 5.0.2. + </simpara> + </listitem> + </varlistentry> </variablelist> </para> <variablelist>