Posted by Jerry Stuckle on 01/06/08 20:54
Gilles Ganault wrote:
> On Sun, 06 Jan 2008 14:19:14 -0500, Jerry Stuckle
> <jstucklex@attglobal.net> wrote:
>> You don't need time() calls. Just:
>>
>> $starttimer = microtime(true);
>> // ...
>> $stoptimer = microtime(true);
>> ... etc...
>
> I'll have to find a function to turn
>
> 2.598762512207E-5
>
> into seconds.
>
It's already in seconds.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|