On PHP.net site, under array_merge, in Example #3 there's a comment: "If you want to append array elements from the second array to the first ... ... <看更多>
array_merge_recursive does indeed merge arrays, but it converts values with duplicate. * keys to arrays rather than overwriting the value in the first array ... ... <看更多>