php 计算运行时间

很是简单,记录一下:php $t1 = microtime(true); //php script here $t2 = microtime(true); echo (($t2-$1)*1000).'ms';
相关文章
相关标签/搜索