I tried using it like this:
$now = microtime(true);
// cpu expensive code here
echo microtime(true) - $now;
but regardless of what code I enter between these statements, I alwasy get almost the same results, something like 3.0994415283203E-6
What am I doing wrong?
sleep(5);call and ensure that the result changes. The time should be at least five seconds. – El Yobo Jan 25 '11 at 1:324.9997820854187– Alex Jan 25 '11 at 1:34sleep(5);in less than 5 seconds! – Joel Jan 25 '11 at 1:37