2017-12-01
$start = microtime(true);
// 計測する処理
$time = microtime(true) - $start;
echo "{$time} 秒";
Categorised in: