mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
tidy array_replace() parameters (doc #54773)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311163 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0266c9027f
commit
078cf6c9e9
1 changed files with 9 additions and 1 deletions
|
@ -11,7 +11,6 @@
|
|||
<type>array</type><methodname>array_replace</methodname>
|
||||
<methodparam><type>array</type><parameter role="reference">array</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter role="reference">array1</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter role="reference">array2</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter role="reference">...</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
@ -49,6 +48,15 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>...</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
More arrays from which elements will be extracted.
|
||||
Values from later arrays overwrite the previous values.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue