February 2013
Intermediate to advanced
538 pages
20h 55m
English
array_merge
array array_merge(arrayarray1, arrayarray2[, ... arrayarrayN])
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 are inserted into the resulting array.
Read now
Unlock full access