RE: [PHP] Miliseconds with PHP4

2002-02-22 Thread SHEETS,JASON (Non-HP-Boise,ex1)
printf("Page created in %f seconds.", $totaltime); -Original Message- From: John Fishworld [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 1:23 PM To: William Lovaton; [EMAIL PROTECTED] Subject: Re: [PHP] Miliseconds with PHP4 how out of interest ? > Hel

Re: [PHP] Miliseconds with PHP4

2002-02-22 Thread John Fishworld
how out of interest ? > Hello there, > > I want to know the execution time of some scripts I made, I'm using the > difference of seconds (time() function) between the start and the end of > the script. > > But, I would like to get a greater precision... so, I was wondering if > there is a cha

Re: [PHP] Miliseconds with PHP4

2002-02-22 Thread R'twick Niceorgaw
am Lovaton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 22, 2002 2:56 PM Subject: [PHP] Miliseconds with PHP4 > Hello there, > > I want to know the execution time of some scripts I made, I'm using the > difference of seconds (time() function) b

RE: [PHP] Miliseconds with PHP4

2002-02-22 Thread Dave
seach the manual for microtime() >-Original Message- >From: William Lovaton [mailto:[EMAIL PROTECTED]] >Sent: Friday, February 22, 2002 2:56 PM >To: [EMAIL PROTECTED] >Subject: [PHP] Miliseconds with PHP4 > > >Hello there, > >I want to know the execution ti

[PHP] Miliseconds with PHP4

2002-02-22 Thread William Lovaton
Hello there, I want to know the execution time of some scripts I made, I'm using the difference of seconds (time() function) between the start and the end of the script. But, I would like to get a greater precision... so, I was wondering if there is a chance to get miliseconds. TIA William