2017-12-01 php
$start = microtime(true);

// 計測する処理

$time = microtime(true) - $start;
echo "{$time} 秒";

 

Categorised in: