function sort_it($a, $b) { return strcmp($b["lastupdatesort"], $a["lastupdatesort"]); } usort($sites, "sort_it");