二维数组排序 作者: 心下雪 时间: 2021-04-28 分类: php foreach ($list as $key => $row) { $id[$key] = $row['date']; } array_multisort($id, SORT_DESC , $list); 标签: none