Hi,
AFAIK C n PHP cannot be compared ...since both are diff..
C code gets complied into native binary --> so supposed to run faster PHP Code gets interpreted by PHP interpreter --> so supposed to run slower compared to php...
but certainly u can increase the php interpreting speed using Zend optimizer ...the knowledge curve should also be taken in consideration, thats the reason y PHP is superior then C (i know C can do lott more things which is not possible with PHP ... but for a web app php is a good choice )
Best Regards, -Mitul Limbani Support Editor (mitull@wrox.com) (http://www.wrox.com) (http://p2p.wrox.com) On Thu, 2012-08-30 at 00:36, Kapil Karekar wrote:
I have tried scouring the net for statistical functions in php. No luck 8~(
Can you sugest any alternative methods which can be integrated with PHP.
Regards Kapil Karekar
----- Original Message ----- From: Amol Hatwar amolhatwar@rediffmail.com To: linuxers@mm.ilug-bom.org.in Sent: Thursday, August 29, 2002 3:27 PM Subject: Re: [ILUG-BOM] Statistical Analysis in PHP
bad luck... AFAIK PHP has every function in the world except those. Try proding at the math functions - I haven't used them yet. If don't get anything there, we can implement it in PHP.
If you need the functions to be fast - they should be; (PHP is about speed) we can implement it in C, and extend PHP. Perhaps, even get our modification incorporated.
Amol Hatwar.