文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>PHP计时类的例子

PHP计时类的例子

时间:2007-02-17  来源:PHP爱好者

<?php
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爱好者站 http://www.phpfans.net PHP|MySQL|javascript|ajax|html.
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载