Page 1 of 1
array_multisort source code
Posted: Wed Dec 22, 2010 4:03 pm
by Thopaga
Hello.
I was wondering if someone can help me and tell me if it is possible to see the source for separate functions?
In my case I would like to have the source code for array_multisort.
Thanks.
Re: array_multisort source code
Posted: Wed Dec 22, 2010 4:54 pm
by Jonah Bron
Why? The manual gives you everything you need.
http://php.net/array-multisort
But anyway, it's not written in PHP, it's written in C(++?). You can get the source from the PHP site.
http://php.net/
Re: array_multisort source code
Posted: Wed Dec 22, 2010 5:18 pm
by Thopaga
Thanks Jonah, that clarified a lot.
I actually have previously downloaded php-5.3.4-src.zip but not understood it.
So I will install C++ and see if I can find it.
Thanks for your kind help.
Re: array_multisort source code
Posted: Wed Dec 22, 2010 5:53 pm
by Jonah Bron
Thopaga wrote:I actually have previously downloaded php-5.3.4-src.zip but not understood it.
Welcome to the club.
Thopaga wrote:So I will install C++ and see if I can find it.
The compiler won't help you. You'll just have to browse through it and find it. Either that, or google it.
Re: array_multisort source code
Posted: Wed Dec 22, 2010 6:09 pm
by McInfo
Re: array_multisort source code
Posted: Wed Dec 22, 2010 6:11 pm
by Jonah Bron
Ah-ha! Thank you, McManual

Re: array_multisort source code
Posted: Wed Dec 22, 2010 6:16 pm
by Thopaga
Thanks McInfo, you solved it.
Thanks both for your kind help.
I actually have installed Visual C++ just now, and that will help me a lot.