-
PHP Sort Class can be used to sort array data using several types of sorting algorithms. It can take an array of numbers and sort it using different algorithms.Currently PHP Sort Class supports: bubble sort, bidirectional bubble sort, heap sort, quick sort, gnome sort, strand sort, merge sort, bogo sort, Jsort, insertion sort and CombSort.Requirements: PHP 5.0 or higher

