mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
clarified difference to array_intersect()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338914 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7e21096914
commit
da0818b8a5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<simpara>
|
||||
<function>array_intersect_assoc</function> returns an array
|
||||
containing all the values of <parameter>array1</parameter>
|
||||
that are present in all the arguments. Note that the keys are used in
|
||||
that are present in all the arguments. Note that the keys are also used in
|
||||
the comparison unlike in <function>array_intersect</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue