View Single Post
  #2 (permalink)  
Old 11-04-07, 10:37 AM
Jay6390's Avatar
Jay6390 Jay6390 is offline
Code Master
 
Join Date: Apr 2007
Location: United Kingdom
Posts: 1,330
Thanks: 0
Thanked 0 Times in 0 Posts
Although I have only had a quick look at the microseconds function, it seems that you need to call it with true between the braces
PHP Code:

$time=microseconds(true); 

this returns a float with the time in milliseconds then a space and then the time in unix format

I just had a look at some examples on here
http://www.php.net/microtime
look for the ones that include the true between the braces

Hope this helps
Jay
__________________
Useful Tutorials
[ PHP Video-1-2-3 ] [ MySQL 1-2-3 ]
For any php function reference type

www.php.net/FunctionName
Reply With Quote