How to find my code execution time?
I am using the below snippet.
I am not happy with that?
list ($msec, $sec) = explode(\' \', microtime()); $mi
You can use the parameter of microtime :
$microtime = microtime(true);