foreach ($list as $key => $row) {
    $id[$key]  = $row['date'];
}
array_multisort($id, SORT_DESC , $list);

标签: none

添加新评论