array_multisort(array_column($array, ‘column‘), SORT_DESC, $array);
直接一行代码搞定!
php 二维数组按某个字段排序
原文:https://www.cnblogs.com/songlen/p/13297175.html