您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

PHP计算页面程序执行时间实例代码_PHP教程

2025/4/29 21:04:48发布13次查看
starttime = $this->get_microtime();
        }
function stop()
        {
                $this->stoptime = $this->get_microtime();
        }
function spent()
        {
                return round(($this->stoptime - $this->starttime) * 1000, 1);
        }
}
//实例开始
$runtime= new runtime;
$runtime->start();
//你的代码开始
$a = 0;
for($i=0; $i{
        $a = $i;
}
//你的代码结束
$runtime->stop();
echo 页面执行时间: .$runtime->spent(). 毫秒;
?>
http://www.bkjia.com/phpjc/478846.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/478846.htmltecharticle?php class runtime { var $starttime = 0; var $stoptime = 0; function get_microtime() { list($usec, $sec) = explode( , microtime()); return ((float)$usec (float)$sec); } function sta...
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product