Merging and concatenating PHP arrays

It is possible to merge associative arrays using array_merge method. If this method to be used on indexed arrays, the values of the first array whose indexes are equal indexes of the second array will be replaced.

Comments