我们先通过中国网格( www.cnwg.cn )开通一个PHP空间,然后自己写了个计算页面执行时间的脚本
执行时间会显示在页面右上角
优点是只要在开始的时候执行一下就可以了
代码片段(1)[代码] [PHP]代码
01
02 $t = new executeTime;
03
04 phpinfo();
05
06 class executeTime{
07 private $microtime;
08 public function __construct(){
09 $this->microtime = microtime(true);
10 }
11
12 public function getNow(){
13 $this->__dectruct();
14 }
15
16 public function __destruct(){
17 if (empty($_SERVER['REQUEST_TIME_FLOAT']))
18 echo '
';
19 else
20 echo '
';
21 }
22 }
php空间
价格:80元 (全网低价)
支持PHP相关程序
联系电话:021-51095771 021-51087627 夜间技术:021-51087637 紧急电话:18916133353 传真:021-51087637-202
版权所有:上海羽灿计算机科技有限公司 中国网格(cnwg.cn/cnwg.cc)©2003-2013 All Rights Reserved.
地址:上海市涞亭南路169弄53号 邮编:201108 ICP经营许可证编号:沪B2-20060019 沪ICP备06012189号
我要评价