二维数组排序算法 按值排序

foreach ($data as $key => $row) {

    $edition[$key] = $row['98h'];
}
//降序
array_multisort($edition,SORT_DESC, $data);

print_r($data);

posted @ 2021-04-12 13:41  Yu环上的黑影  阅读(58)  评论(0编辑  收藏  举报