PHP根据二维数组里的某个字段进行排序 发表于 2020-12-11 | 分类于 PHP $total_performance = array_column($data, 'total_performance'); array_multisort($total_performance, SORT_DESC, $data);