PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $a = ['three', 'two', 'one','five', 'one']; $b = []; $output = array_values(array_unique($a)); print_r($output);
Show:  
Copy Clear