Hi I\'m Trying to merge two arrays and also want to remove duplicate values from final Array.
Here is my Array 1:
Array ( [0] => stdClass
try to use the array_unique()
array_unique()
this elminates duplicated data inside the list of your arrays..