[PHP] 다차원 배열 정렬
foreach ((array) $arr_room as $key => $value) {
$sort[$key] = $value['rm_time'];
}
array_multisort($sort, SORT_ASC, $arr_room);