php执行时长

$s = microtime(true);
 
echo "a-".sprintf("%.3f",((microtime(true)-$s)*1000)).'ms'.PHP_EOL;
posted @ 2021-04-21 20:05  许伟强  阅读(131)  评论(0编辑  收藏  举报