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:
Christoph Michael Becker 2016-04-04 16:51:21 +00:00
parent 7e21096914
commit da0818b8a5

View file

@ -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>