The following example sorts the elements of the $cars array in ascending alphabetical order:``` numerical order:``` <?php $numbers = array(4, 6, 2, 22, 11);sort ...
SmartArray enhances PHP arrays to work as both traditional arrays and chainable objects. You get all the familiar array features you know, plus powerful new methods for filtering, mapping, grouping, ...