usort($data, function($a, $b) {return $a['order'] - $b['order'];});
Last active
October 12, 2018 11:53
-
-
Save evgv/57d6dc82550904b5ec561974ae3ed3fb to your computer and use it in GitHub Desktop.
PHP. Sort associated array by value use anonymous function.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment