svn: /phpdoc/de/trunk/reference/array/functions/ array-keys.xml array-unique.xml
[email protected] (Mark Wiesemann)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
wiesemann Mon, 26 Jul 2010 19:48:47 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=301584
Log:
sync to EN
Changed paths:
U phpdoc/de/trunk/reference/array/functions/array-keys.xml
U phpdoc/de/trunk/reference/array/functions/array-unique.xml
Modified: phpdoc/de/trunk/reference/array/functions/array-keys.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/array-keys.xml 2010-07-26 19:48:16 UTC (rev 301583)
+++ phpdoc/de/trunk/reference/array/functions/array-keys.xml 2010-07-26 19:48:47 UTC (rev 301584)
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 301475 Maintainer: wiesemann Status: ready -->
<!-- CREDITS: tom -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.array-keys">
<refnamediv>
<refname>array_keys</refname>
- <refpurpose>Liefert alle Schlüssel eines Arrays</refpurpose>
+ <refpurpose>Liefert alle Schlüssel oder eine Teilmenge aller Schlüssel eines Arrays</refpurpose>
</refnamediv>
<refsect1 role="description">
@@ -145,6 +145,7 @@
<simplelist>
<member><function>array_values</function></member>
<member><function>array_key_exists</function></member>
+ <member><function>array_search</function></member>
</simplelist>
</para>
</refsect1>
Modified: phpdoc/de/trunk/reference/array/functions/array-unique.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/array-unique.xml 2010-07-26 19:48:16 UTC (rev 301583)
+++ phpdoc/de/trunk/reference/array/functions/array-unique.xml 2010-07-26 19:48:47 UTC (rev 301584)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297557 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 301582 Maintainer: wiesemann Status: ready -->
<!-- CREDITS: tom -->
<refentry xml:id="function.array-unique" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -77,7 +77,6 @@
<listitem>
<simpara><constant>SORT_LOCALE_STRING</constant> - vergleicht
die Einträge als Strings, basierend auf der aktuellen Locale.
- Wurde in PHP 4.4.0 und 5.0.2 hinzugefügt.
<!--
FIXME: PHP_6
Vor PHP 6 benutzt es die System-Locale, die mittels
@@ -115,6 +114,13 @@
</thead>
<tbody>
<row>
+ <entry>5.2.10</entry>
+ <entry>
+ Der Standardwert von <parameter>sort_flags</parameter> wurde auf
+ SORT_STRING zurückgesetzt.
+ </entry>
+ </row>
+ <row>
<entry>5.2.9</entry>
<entry>
Der optionale Parameter <parameter>sort_flags</parameter>
@@ -123,10 +129,10 @@
</entry>
</row>
<row>
- <entry>5.2.10</entry>
+ <entry>5.0.2</entry>
<entry>
- Der Standardwert von <parameter>sort_flags</parameter> wurde auf
- SORT_STRING zurückgesetzt.
+ <parameter>sort_flags</parameter> akzeptiert nun
+ <constant>SORT_LOCALE_STRING</constant>.
</entry>
</row>
</tbody>