Skip to content

Instantly share code, notes, and snippets.

@ezrabrook
Created March 31, 2014 18:26
Show Gist options
  • Save ezrabrook/9898927 to your computer and use it in GitHub Desktop.
Save ezrabrook/9898927 to your computer and use it in GitHub Desktop.
foreach ($mdarray as $key => $row) {
$dates[$key] = $row[0];
// of course, replace 0 with whatever is the date field's index
}
array_multisort($dates, SORT_DESC, $mdarray);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment