Fixed PHP bug #52437 (array_unique version misleading)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301530 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Egeberg 2010-07-25 11:12:19 +00:00
parent 3789d01ba8
commit ac57e6596c

View file

@ -70,7 +70,7 @@
</listitem>
<listitem>
<simpara><constant>SORT_LOCALE_STRING</constant> - compare items as
strings, based on the current locale. Added in PHP 4.4.0 and 5.0.2.
strings, based on the current locale.
<!--
FIXME: PHP_6
Before PHP 6, it uses the system locale, which can be changed using
@ -121,6 +121,13 @@
SORT_STRING.
</entry>
</row>
<row>
<entry>5.0.2</entry>
<entry>
<parameter>sort_flags</parameter> now accepts
<constant>SORT_LOCALE_STRING</constant>.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>