🌈 搜索
📅  最后修改于: 2022-03-11 14:53:52.985000             🧑  作者: Mango
// PHP 7+ usort($arr, function ($a, $b) { return $a['key'] <=> $b['key']; });