mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
clarify array_merge reindexing behaviour with numeric-only keys (bug #51699)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298804 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
245f225a8d
commit
426ec589cc
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
|||
appended.
|
||||
</para>
|
||||
<para>
|
||||
If only one array is given and the array is numerically indexed, the
|
||||
keys get reindexed in a continuous way.
|
||||
If all of the arrays contain only numeric keys, the resulting array
|
||||
is given incrementing keys starting from zero.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
|
|
Loading…
Reference in a new issue