$veri = Array('a', 'b', 'a', 'c', 'b');
$degis =array_values(array_unique($veri));
print_r($degis);