Board logo

標題: 系統花了多少時間 [打印本頁]

作者: may    時間: 2011-5-29 11:04     標題: 系統花了多少時間

<?
        //開始跑程式就測時間
               $mtime = explode(" ", microtime());
        $startTime = $mtime[1] + $mtime[0];


                //跑完程式再測時間


        $mtime = explode(" ", microtime());
        $endTime = $mtime[1] + $mtime[0];
        $totalTime = ($endTime - $startTime);
        echo $totalTime." seconds";
?>




歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2