How can i sort efficiently this array (recent items first) on end_time value in PHP?
end_time
array 0 => array \'value\' => int 4
Is this data coming from a database? If it is then the best approach is simply have the database do the sorting for you.