tryphp_func_array_unique.php:
"red","b"=>"green","c"=>"red"); print_r(array_unique($a)); ?>
Array ( [a] => red [b] => green )