[PHP] Not important - Simple question about microsec()

2001-04-03 Thread SED
Hi, I was wandering what the result from microsec() means: I tested the time in the begin and in the end of my code and got the following result: Begin: 0.70278800 986354975 End:0.08970900 986354975 I think the latter part of the value is Unix-time in sec

Re: [PHP] Not important - Simple question about microsec()

2001-04-03 Thread Chris Adams
On 3 Apr 2001 20:31:28 -0700, SED [EMAIL PROTECTED] wrote: I think the latter part of the value is Unix-time in sec (right?), but what does the former part say like: 0.25576700 ?!? For some reason, microtime() returns results backwards - the first part is the decimal portion of the second part.