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