PHP檢測每一段代碼執行時間

$t1 = microtime(true);
sleep(3);
$t2 = microtime(true);
echo '程序耗時'.round($t2-$t1,3).'秒';
相關文章
相關標籤/搜索