<?php $array = [ [ "optionNumber" => 3, "configuration_id" => 10, "id" => 1, "optionActive" => 1, "lastUpdated" => "2010-03-17 15:44:12" ], [ "optionNumber" => 2, "configuration_id" => 9, "id" => 1, "optionActive" => 1, "lastUpdated" => "2010-03-17 15:44:12" ], [ "optionNumber" => 1, "configuration_id" => 8, "id" => 1, "optionActive" => 1, "lastUpdated" => "2010-03-17 15:44:12" ] ]; sort($array); var_export($array);
You have javascript disabled. You will not be able to edit any code.