[PHP] array_values() VS sort() -- sort by numberic ## good ## $array = array_values(&$array); ## not good ## sort($array);