March 2002
Intermediate to advanced
528 pages
21h 29m
English
array_merge
array array_merge(arrayarray1, arrayarray2[, ... arrayarrayN])
Returns an array created by appending the elements of every 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.