[PHP] Exectution Time?

2004-01-30 Thread Mike Mapsnac
Is there a way to find out the execution time of php program? Thanks _ Check out the coupons and bargains on MSN Offers! http://shopping.msn.com/softcontent/softcontent.aspx?scmId=1418 -- PHP General Mailing List

Re: [PHP] Exectution Time?

2004-01-30 Thread John W. Holmes
From: Mike Mapsnac [EMAIL PROTECTED] Is there a way to find out the execution time of php program? If you start a task at 10:00 and finish at 10:15, how long did it take? ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Exectution Time?

2004-01-30 Thread Chris Edwards
PROTECTED] Sent: Friday, January 30, 2004 4:42 PM Subject: Re: [PHP] Exectution Time? From: Mike Mapsnac [EMAIL PROTECTED] Is there a way to find out the execution time of php program? If you start a task at 10:00 and finish at 10:15, how long did it take? ---John Holmes... -- PHP General

Re: [PHP] Exectution Time?

2004-01-30 Thread Mike Mapsnac
. smart guy .. From: John W. Holmes [EMAIL PROTECTED] Reply-To: John W. Holmes [EMAIL PROTECTED] To: Mike Mapsnac [EMAIL PROTECTED],[EMAIL PROTECTED] Subject: Re: [PHP] Exectution Time? Date: Fri, 30 Jan 2004 16:42:56 -0500 From: Mike Mapsnac [EMAIL PROTECTED] Is there a way to find out

Re: [PHP] Exectution Time?

2004-01-30 Thread John Nichel
John W. Holmes wrote: From: Mike Mapsnac [EMAIL PROTECTED] Is there a way to find out the execution time of php program? If you start a task at 10:00 and finish at 10:15, how long did it take? ---John Holmes... That depends. What time zone? Are the start and finish times in the same

RE: [PHP] Exectution Time?

2004-01-30 Thread Chris W. Parker
John Nichel mailto:[EMAIL PROTECTED] on Friday, January 30, 2004 3:23 PM said: John and John, Nice replies. Mike, John W. Holmes example I think was supposed to be a wink wink nudge nudge thing. What you need to do is store the current time at the point just before you begin execution, the