php数组排序基础方法

加灰| 阅读:1061 发表时间:2018-12-06 11:04:49 linux
array_multisort(array_column($arr,'age'),SORT_DESC,$arr);

修改为$arr;