The What
Syntax
array array_multisort ( array &$array1 [, mixed $array1_sort_order = SORT_ASC [, mixed $array1_sort_flags = SORT_REGULAR [, mixed $... ]]] );
Description
The array_multisort
function can be used to sort several arrays at once, or a multi-dimensional array by one or more dimensions.
Associative (string) keys will be maintained, but numeric keys will be re-indexed.
Hey... hey you... yes you!... Having a good time? Learning new things? Good!
More coming soon…keep checking back.