mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Terminology (bug #49834)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290698 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
98aff11053
commit
aaf3c8054b
2 changed files with 6 additions and 5 deletions
|
@ -62,7 +62,8 @@
|
|||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns an <type>array</type> containing all the entries from
|
||||
<parameter>array1</parameter> that are not present in any of the other arrays.
|
||||
<parameter>array1</parameter> whose keys are not present in any of the
|
||||
other arrays.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
<function>array_intersect_key</function> returns an array
|
||||
containing all the values of <parameter>array1</parameter>
|
||||
which have matching keys that are present in all the arguments.
|
||||
containing all the entries of <parameter>array1</parameter>
|
||||
which have keys that are present in all the arguments.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -56,8 +56,8 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns an associative array containing all the values of
|
||||
<parameter>array1</parameter> which have matching keys that are present in all
|
||||
Returns an associative array containing all the entries of
|
||||
<parameter>array1</parameter> which have keys that are present in all
|
||||
arguments.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue