当前位置:首页 > 搜索和 php计算页面 相关的文章

php计算页面执行了多长时间代码

添加日期:2014-08-17 20:19:28 发布:smiling 
functiontest(){list($a,$b)=explode("",microtime());return(float)$a+(float)$b;} 代码如下:$a=test();echo$a;$time=sprintf("% 12f",(double)test()-$a); 方法二,代码如下:functionss_timing_ ...