I have the following array:
$name_arr = array(\'raj\',\'raj\',\'ganesh\',\'rahul\',\'ganesh\',\'mayur\',\'raj\',\'rahul\');
I want to sort
Output
Array (raj , raj , raj , rahul , rahul, mayur, ganesh, ganesh )