You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chung Leong edited this page Jan 10, 2022
·
4 revisions
rsort - Sort an array in reverse order
bool rsort( array &$array )
rsort() sorts an array in reverse order. Elements will be arranged from highest to lowest when this function has completed. Starting from version 1.4, rsort() is able to sort multi-dimensional arrays