The elements in an array in PHP can be sorted in alphabetical or numerical order, descending or ascending.
PHP Functions
PHP functions are similar to other programming languages. A function is a piece of code which takes one more input in the form of parameter and does some processing and returns a value.