mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
3789d01ba8
commit
ac57e6596c
1 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue