* Thus wrote Shaunak Kashyap ([EMAIL PROTECTED]): > Does anyone know what sorting algorithm(s) -- quicksort, mergesort, > radix sort, etc. -- does PHP use internally in its sort function?
Zend actually does the sorting, and its quicksort. Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php