On Tue, 27 Mar 2001 12:59, Jack Dempsey wrote:
> hi all,
>
> I was thinking about some of the built-in functsions (like array_sort)
> and was wondering how I could find out what the code is behind them.
> ie, is it an insertion sort? quicksort? etc...do i have to look into
> CVS for that? thanks!
>
> -jack

Try your luck in ext/standard/array.c in the distribution tarball - 
search on sort.

-- 
David Robley                        | WEBMASTER & Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
AusEinet                            | http://auseinet.flinders.edu.au/
            Flinders University, ADELAIDE, SOUTH AUSTRALIA

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to