Home  >  Article  >  Backend Development  >  ,计算代码运行时间

,计算代码运行时间

WBOY
WBOYOriginal
2016-06-13 11:41:31926browse

求助,计算代码运行时间

	$sTime=microtime();<br />	$arr=Array(1,2,3,4);<br />	foreach($arr as $a){<br />		echo $a.'<br>';<br />	}<br />	$eTime=microtime();<br />	echo $sTime;<br />	echo $eTime;<br />	$title=floatval($sTime-$eTime);<br />	//echo $title;<br />


php
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn