svn: /phpdoc/de/trunk/reference/array/functions/ array-unique.xml
[email protected] (Nikita Popov)
| Newsgroups | php.doc.de |
|---|---|
| Message-ID | <[email protected]> |
nikic Sun, 14 Aug 2011 10:10:27 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=314895
Log:
Sync DE array_unique docs with EN, fix doc bug #55400
Bug: https://bugs.php.net/55400 (Open) Reference to i18n_loc_set_default() in de translation of array_unique
Changed paths:
U phpdoc/de/trunk/reference/array/functions/array-unique.xml
Modified: phpdoc/de/trunk/reference/array/functions/array-unique.xml
===================================================================
--- phpdoc/de/trunk/reference/array/functions/array-unique.xml 2011-08-14 10:02:16 UTC (rev 314894)
+++ phpdoc/de/trunk/reference/array/functions/array-unique.xml 2011-08-14 10:10:27 UTC (rev 314895)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 307565 Maintainer: wiesemann Status: ready -->
+<!-- EN-Revision: 313672 Maintainer: wiesemann Status: ready -->
<!-- CREDITS: tom -->
<refentry xml:id="function.array-unique" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -82,8 +82,8 @@
Vor PHP 6 benutzt es die System-Locale, die mittels
<function>setlocale</function> geändert werden kann. Seit
PHP 6 müssen Sie die
+ <function>i18n_loc_set_default</function>-Funktion benutzen.
-->
- <function>i18n_loc_set_default</function>-Funktion benutzen.
</simpara>
</listitem>
</itemizedlist>
@@ -117,7 +117,7 @@
<entry>5.2.10</entry>
<entry>
Der Standardwert von <parameter>sort_flags</parameter> wurde auf
- SORT_STRING zurückgesetzt.
+ <constant>SORT_STRING</constant> zurückgesetzt.
</entry>
</row>
<row>
@@ -186,6 +186,16 @@
</example>
</para>
</refsect1>
+
+ <refsect1 role="seealso">
+ &reftitle.seealso;
+ <para>
+ <simplelist>
+ <member><function>array_count_values</function></member>
+ </simplelist>
+ </para>
+ </refsect1>
+
<refsect1 role="notes">
&reftitle.notes;
<note>