array_merge in PHP

Syntax of array_merge array array_merge(array array1, array array2[, … array arrayN]) Returns an array created by appending the elements of every provided array to the previous. If any array has a value with the same string key, the last value encountered for the key is returned in the array; any elements with identical numeric keys … Read more