<?php $array = [ ["titre" => "Un package test", "nbDDL" => 3], ["titre" => "retest", "nbDDL" => 1], ["titre" => "dskhdjs", "nbDDL" => 1], ]; array_multisort(array_column($array, "nbDDL"), SORT_ASC, $array); print_r($array);
You have javascript disabled. You will not be able to edit any code.