The array union operator ($a + $b) calculates a union using array keys. An efficient method for achieving a union of array values follows.
The union of two sets is all the elements from both sets, with duplicates removed. The array_merge( ) and array_unique( ) functions let you calculate the union.