mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- removed paragraph that does not comply to that function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180659 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
47615e4e24
commit
0e2cf71a18
1 changed files with 1 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.array-diff-ukey">
|
||||
<refnamediv>
|
||||
<refname>array_diff_ukey</refname>
|
||||
|
@ -64,13 +64,6 @@ array(2) {
|
|||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
<simpara>
|
||||
The two keys from the <literal>key => value</literal> pairs are
|
||||
considered equal only if
|
||||
<literal>(string) $key1 === (string) $key2 </literal>. In other words
|
||||
a strict type check is executed so the string representation must be
|
||||
the same.
|
||||
</simpara>
|
||||
<note>
|
||||
<simpara>
|
||||
Please note that this function only checks one dimension of a n-dimensional
|
||||
|
|
Loading…
Reference in a new issue