Forum Moderators: coopster

Message Too Old, No Replies

function to check script time

         

sssweb

6:48 pm on Aug 25, 2006 (gmt 0)

10+ Year Member



What's the function programmers use to check how long it takes their php script to run?

eelixduppy

6:55 pm on Aug 25, 2006 (gmt 0)



Take a look at the microtime [us2.php.net] documentation.

Good luck!

sssweb

7:07 pm on Aug 25, 2006 (gmt 0)

10+ Year Member



Thanks -- that works.