$array = array(5,4,6,8,5,3,4,6,1);
I want to sort $array like asort does, but the problem is that asort is a
$array
asort
Sort it first and then assign it
asort($array); $sorted_array = $array