Voting

: six plus one?
(Example: nine)

The Note You're Voting On

matt at bosc dot io
9 years ago
One-liner function to sort multidimensionnal array by key, thank's to array_column

<?php

array_multisort
(array_column($array, 'key'), SORT_DESC, $array);

?>

<< Back to user notes page

To Top