<?php $array = ['ray' => 33, 'amanda' => 19, 'julio' => '49']; # Sort by age asort($array, SORT_NUMERIC); var_dump( $array);
You have javascript disabled. You will not be able to edit any code.