<?php $array = [ ['percent' => 70.12, 'txt' =>'test'], ['percent' => 64.97, 'txt' =>'test'], ['percent' => 89.78,'txt' =>'test'] ]; rsort($array); var_export($array);
You have javascript disabled. You will not be able to edit any code.