Blogger Information
Blog 20
fans 0
comment 0
visits 19604
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
php获取PHP执行的时间
大鱼
Original
739 people have browsed it
实例
//程序运行时间
        $starttime = explode(' ',microtime());


 //代码区域





			 //程序运行时间
 $endtime = explode(' ',microtime());
 $thistime = $endtime[0]+$endtime[1]-($starttime[0]+$starttime[1]);
 $thistime = round($thistime,3);
  echo "本网页执行耗时:".$thistime." 秒。".time();
  exit();
转自:http://newmiracle.cn/?p=2186


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post