这里有一个
array_multisort例子:
foreach ($array as $key => $node) { $timestamps[$key] = $node[2]; } array_multisort($timestamps,SORT_ASC,$array);