Re: [PHP] Sorting algorithm(s) used by PHP's sort function

2003-07-24 Thread Curt Zirzow
* 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



[PHP] Sorting algorithm(s) used by PHP's sort function

2003-07-24 Thread Shaunak Kashyap
Does anyone know what sorting algorithm(s) -- quicksort, mergesort,
radix sort, etc. -- does PHP use internally in its sort function?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php