I want to check the time for queries.  I have

$starttime = getmicrotime();
$endtime = getmicrotime();
$delta = $endtime - $starttime;

How do I display the seconds/milliseconds?

Many thanks..........

Todd

--
Todd Cary
Ariste Software
[EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to