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
array_unique(array_merge($array1,$array2), SORT_REGULAR);
http://se2.php.net/manual/en/function.array-unique.php