svn: /phpdoc/de/trunk/reference/array/functions/ sort.xml
[email protected] (Mark Wiesemann)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
wiesemann Fri, 21 May 2010 20:48:41 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=299601
Log:
sync to EN
Changed paths:
U phpdoc/de/trunk/reference/array/functions/sort.xml
Modified: phpdoc/de/trunk/reference/array/functions/sort.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/sort.xml 2010-05-21 20:48:22 UTC (rev 299600)
+++ phpdoc/de/trunk/reference/array/functions/sort.xml 2010-05-21 20:48:41 UTC (rev 299601)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 299468 Maintainer: wiesemann Status: ready -->
<!-- Rev-Revision: 1.28 Reviewer: sammywg -->
<!-- CREDITS: tom -->
@@ -61,10 +61,15 @@
<listitem>
<simpara><constant>SORT_LOCALE_STRING</constant> - vergleiche
Einträge als Strings, basierend auf den aktuellen Locale-Einstellungen.
- Wurde in PHP 4.4.0 und 5.0.2 hinzugefügt. Vor PHP 6 wird die
+ Wurde in PHP 4.4.0 und 5.0.2 hinzugefügt. Es wird die
System-Locale benutzt, die mittels <function>setlocale</function>
+ geändert werden kann.
+ <!-- FIXME PHP_6
+ Vor PHP 6 wird die
+ System-Locale benutzt, die mittels <function>setlocale</function>
geändert werden kann. Seit PHP 6 müssen Sie die
<function>i18n_loc_set_default</function>-Funktion benutzen.
+ -->
</simpara>
</listitem>
</itemizedlist>