array_merge
Use array_merge when you want to merge indexed arrays without keys:Output:
Array Union Operator (+)
Use the union operator when you want to extend an array or override certain key values. A good use case for this is overriding/extending a default settings array with a user defined array (similar to how you would use $.extend while writing a jQuery plugin):
Output: