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.
array_multisort source code
Moderator: General Moderators
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: array_multisort source code
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/
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
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.
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.
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: array_multisort source code
Welcome to the club.Thopaga wrote:I actually have previously downloaded php-5.3.4-src.zip but not understood it.
The compiler won't help you. You'll just have to browse through it and find it. Either that, or google it.Thopaga wrote:So I will install C++ and see if I can find it.
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: array_multisort source code
Ah-ha! Thank you, McManual 
Re: array_multisort source code
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.
Thanks both for your kind help.
I actually have installed Visual C++ just now, and that will help me a lot.