Given an integer array and we have to sort them in ascending and descending order in PHP.
Methods to sort an array
In PHP, there are two methods which are used to sort an array,
- sort() – It is used to sort an array in ascending order.
- rsort() – It is used to sort an array in descending order.
PHP code for sorting array in ascending order
Output
PHP code for sorting array in descending order
Output
need an explanation for this answer? contact us directly to get an explanation for this answer