<?php $check_execution_start = microtime(true); // Running your script here $check_execution_end = microtime(true); $execution_time = ($check_execution_end - $check_execution_start); echo "Script Execution Time: " .$execution_time." Seconds";Related Keywords: Developer, How-to, Solved, Page Execution Speed
喜歡這篇文章嗎?
(暫時未有評分)
Loading...
(暫時未有評分)
Loading...