1. コードを最適化する場合、スクリプトの実行時間は非常に重要な考慮事項になります。では、PHP を使用して PHP スクリプトの実行時間を計算するにはどうすればよいでしょうか。
以下は誰にでもお勧めできる便利なクラスです。
runtime.class.php
/**
* PHPスクリプトの実行時間の計算
*/
class runtime
{
var $StartTime = 0;
var $StopTime = 0;
function get_microtime()
リスト($ usec、$ sec)= usec {
= false = '') StopTime - $this->StartTime) * 1000, 1)/1000) ; If ($ echo) {
echo $ table. "実行時間: {$ Spent} 秒 & lt; br/& gt;"; else {
使用済みの $ This-& gt;
$ this-& gt;
タルト(tart ( );
$a = 0;
for($i=0; $i{
$a *= $i;
}
$runtime->stop();
$spent_time = $runtime->spent($echo=true, 'テスト スクリプト');
$runtime->clear();
テスト結果: