February 2013
Intermediate to advanced
538 pages
20h 55m
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.
However, unlike array_merge(), when
multiple elements have the same string key, an array containing each
value is inserted into the resulting array.
Read now
Unlock full access