All articles| All Pictures| All Softwares| All Video| Go home page| Write articles| Upload pictures

Reading number is top 10 articles
PHP安装问题:编译安装php5.2.0时出错解决方案_php资料_编程技术
C#编程技巧:轻松实现对文件的操作_[Asp.Net教程]
asp.net生成验证码(vb.net)_[Asp.Net教程]
C#网络应用编程基础练习题与答案(九)_.net资料_编程技术
SQL,Server,7.0,入门(五)_mssql学习_编程技术
ASP.NET技巧:GridView控件自定义分页详解_.net资料_编程技术
理解C#值类型与引用类型_[Asp.Net教程]
asp.net,URL重写(URLRewriter),之简化版_.net资料_编程技术
用perl来解析你的php文档_[PHP教程]
加速动态网站,MySQL索引分析和优化_php资料_编程技术
Reading number is top 10 pictures
Is said to be a Chinese female artist fame explicit pictures before2
Rendez-vous Sleep with actress, three days to earn 600000
俄罗斯台球天后惊艳魅惑2
Sora aoi possession of boudoir2
猫眯也疯狂
Take you to walk into the most true north Korea rural1
中国女孩大胆自拍,显露完美身材2
西班牙山村小景5
男人巳快沦落成动物了
身材野火台灣美女2
Download software ranking
dreamweaver8中文版
Take off clothes to survival
电车之狼R
打鸟视频
实战黑客不求人
Ashlynn Video5
SP3 for SQL2000
Tram sex maniac 2 (H) rar bag7
Sora aoi, the maid, students' uniforms
jdk1.5
归海一刀 published in(发表于) 2014/2/10 6:50:14 Edit(编辑)
PHP计算页面执行时间_[PHP教程]

PHP计算页面执行时间_[PHP教程]

PHP计算页面执行时间_[PHP教程]

以下类定义了一个计时器,将你的执行脚本加入到"容器"内即可(请看注释)

class timer
{ var StartTime = 0;
var
StopTime = 0;
var
TimeSpent = 0;
function
start(){
this->StartTime = microtime();}
function
stop(){
this->StopTime = microtime();}
function
spent(){
if (
this->TimeSpent) {
return
this->TimeSpent;
} else {
StartMicro = substr(this->StartTime,0,10);
StartSecond = substr(this->StartTime,11,10);
StopMicro  = substr(this->StopTime,0,10);
StopSecond = substr(this->StopTime,11,10);
start = doubleval(StartMicro) + StartSecond;
stop = doubleval(StopMicro) + StopSecond;
this->TimeSpent = stop - start;
return
substr(this->TimeSpent,0,8)."秒";
}
}
// end function spent();
}//end class timer;
//例子
timer = new timer;
timer->start();
/*
你的代码放在此处
*/
timer->stop();
echo
"执行本SCRIPT共".timer->spent();
?>






添加到del.icio.us 添加到新浪ViVi 添加到百度搜藏 添加到POCO网摘 添加到天天网摘365Key 添加到和讯网摘 添加到天极网摘 添加到黑米书签 添加到QQ书签 添加到雅虎收藏 添加到奇客发现 diigo it 添加到饭否 添加到飞豆订阅 添加到抓虾收藏 添加到鲜果订阅 digg it 貼到funP 添加到有道阅读 Live Favorites 添加到Newsvine 打印本页 用Email发送本页 在Facebook上分享


Disclaimer Privacy Policy About us Site Map

If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.