php difference between array_merge and array_merge_recusive code example
Example: difference between array_merge and +
The + operator takes the union of the two arrays,
whereas the array_merge function takes the union
BUT the duplicate keys are overwritten.