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
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