Sort_Array_in_Ascending_Order

The following example sorts the elements of the $cars array in ascending alphabetical order:

BMW
Toyota
Volvo

The following example sorts the elements of the $numbers array in ascending numerical order:

2
4
6
11
22