advanced code snippet search
mattkenefick on 05/20/08
get time micro getmicrotime
05/20/08 01:11pm
Get Micro Time
function getmicrotime(){ list($usec, $sec) = explode(" ",microtime()); return ((float)$usec + (float)$sec); }
Report this snippet Tweet
Comment:
You need to login to post a comment.