March 2002
Intermediate to advanced
528 pages
21h 29m
English
array_merge_recursive
array array_merge_recursive(arrayarray1, arrayarray2[, ... arrayarrayN])
Like array_merge( ), creates and returns an array
by appending each input array to the previous. Unlike that function,
when multiple elements have the same string key, an array containing
each value is inserted into the resulting array.