php 計算頁面執行時間

  1. <?php  php

  2. $runtime_start = microtime(true); //程序開始處  ide

  3. $runtime_stop = microtime(true);  //程序結尾處  spa

  4. echo "耗時: ".round($runtime_stop-$runtime_start,6)." second(s)";  orm

相關文章
相關標籤/搜索