<?php $array = [ ['item1' => 80], ['item2' => 25], ['item3' => 85], ]; array_multisort(array_map('current', $array), $array); var_export($array);
You have javascript disabled. You will not be able to edit any code.