php执行时长

$s = microtime(true);
 
echo "a-".sprintf("%.3f",((microtime(true)-$s)*1000)).'ms'.PHP_EOL;
I can see a bigger world.
原文地址:https://www.cnblogs.com/xuweiqiang/p/14686723.html