mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
use the right function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143673 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7e29802d31
commit
5360891466
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/array.xml, last change in rev 1.14 -->
|
||||
<refentry id="function.array-udiff-uassoc">
|
||||
<refnamediv>
|
||||
|
@ -101,7 +101,7 @@ Array
|
|||
<simpara>
|
||||
Please note that this function only checks one dimension of a n-dimensional
|
||||
array. Of course you can check deeper dimensions by using, for example,
|
||||
<literal>array_udiff_assoc($array1[0], $array2[0], "some_comparison_func");</literal>.
|
||||
<literal>array_udiff_uassoc($array1[0], $array2[0], "some_comparison_func");</literal>.
|
||||
</simpara>
|
||||
</note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue