mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
smush another pesky PHP 6
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299468 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dcf36fc9c3
commit
7653b91a1f
1 changed files with 4 additions and 1 deletions
|
@ -51,10 +51,13 @@
|
|||
</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. Added in PHP 4.4.0 and 5.0.2, it
|
||||
uses the system locale, which can be changed using <function>setlocale</function>.
|
||||
<!-- FIXME PHP_6
|
||||
Before PHP 6, it uses the system locale, which can be changed using
|
||||
<function>setlocale</function>. Since PHP 6, you must use the
|
||||
<function>i18n_loc_set_default</function> function.
|
||||
-->
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue