<?php $test = ["def", "yz", "abc", "jkl", "123", "789", "stu"]; array_multisort($test, SORT_NUMERIC, $test); var_export($test);
You have javascript disabled. You will not be able to edit any code.