$starttime=round(microtime(true),4);//取小数点4位
//代码段
$endtime=round(microtime(true),4);
//执行时间差,高精度的不能直接用减号
$runtime=bcsub($endtime,$starttime,4);
$starttime=round(microtime(true),4);//取小数点4位
//代码段
$endtime=round(microtime(true),4);
//执行时间差,高精度的不能直接用减号
$runtime=bcsub($endtime,$starttime,4);