Answer the question
In order to leave comments, you need to log in
Why doesn't microtime() work correctly?
I am writing a CLI utility for laravel 5.0, the code is something like this:
set_time_limit(0);
$this->exTimeStart = microtime();
....
$exTime = microtime() - $this->exTimeStart;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question