The elements of an array can be sorted alphabetically or numerically in ascending or descending order.
PHP Functions For Sorting Arrays
In the previous chapter you've learnt the essentials of PHP arrays i.e. what arrays are, how to create them, how to view their structure, how to access their elements etc. You can do even more things with arrays like sorting the elements in any order you like.
PHP comes with a number of built-in functions designed specifically for sorting array elements in different ways like alphabetically or numerically...