Php array_merge array merging function

Source: Internet
Author: User

Php array_merge array merging function array_merge
(PHP 4 and PHP 5)

Array_merge-merge one or more Arrays

Description
Array array_merge (array $ array1 [, array $ array2 [, array $...])
The values of one or more arrays of the merged content are attached to such an array before the end of the year. Returns the generated array.

If the input array has the same string key, the key to future value will overwrite the previous one. However, if the array contains a number key, the value will not overwrite the original value but will be appended.

If there is only one array, a numeric array index is provided, and the key obtains the reindexed continuous mode.

Parameters

Array1
The original array is merged.

Array
Recursive merge of Variable list arrays.


Return Value
Array generated by the return rate.

Modify

Version description
5.0.0 warning
The behavior array_merge () has been modified in PHP 5. In PHP 4, array_merge () currently only accepts parameter arrays. However, you can use type ing to merge other types. See the details in the following example.


Example #1 array_merge () PHP 5

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.