In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] says...
> Dear ?
> 
> I need to see how long it takes for my php-scripts to
> execute, what can I do, doesn't PHP include a function
> that will show that information?
> 
> Regards,
> Stig

Not a specific function, but you could build your own; for instance get 
the value of time (for granularity by seconds) or microtime at the start 
and end of the script and calculate the difference.

-- 
David Robley
Temporary Kiwi!

Quod subigo farinam

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to