php二维数组排序

$num = array_column($list,'num');
array_multisort($num,SORT_DESC,$list);

  

posted @ 2020-05-29 09:33  王的孤傲  阅读(143)  评论(0编辑  收藏  举报