php二维数组排序

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

  

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