mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixes #47642 (array_unique() does not work with multidimensional arrays)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277798 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fb1be857d3
commit
051f9a61fc
1 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<!-- $Revision: 1.22 $ -->
|
||||
<refentry xml:id="function.array-unique" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>array_unique</refname>
|
||||
|
@ -166,6 +166,15 @@ array(2) {
|
|||
</example>
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
<simpara>
|
||||
Note that <function>array_unique</function> is not intended to
|
||||
work on multi dimensional arrays.
|
||||
</simpara>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue