首页 > php教程 > php手册 > PHP计时类的例子

PHP计时类的例子

WBOY
发布: 2016-06-21 09:07:51
原创
973 人浏览过

一个例子
include ("phptimer.inc");
$timer = new PHP_timer;
$timer->start();
$timer->addmarker("marker 1");
$timer->stop();
$timer->debug();
$timer->showtime();

?>
返回应该是这样子的。

Script execution debug information:
Marker    Time    Diff
Start    968594548.36899100    -
here be marker 1    968594548.36970100    0.000710
Stop    968594548.37014500    0.000444
0.001154



相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门推荐
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板