php方法----将数组按照键值进行排序

将数组按照键值进行排序

array_multisort(array_column($arr,'first'),SORT_ASC,$arr);
原文地址:https://www.cnblogs.com/tine/p/8779610.html