$t1 = microtime(true); //获取程序1,开始的时间 程序(代码。。。) $t2 = microtime(true); //获取程序1,结束的时间 $diff = $t2 - $t1; 单位:秒(s)