Get the execution time of the page with PHP

xiaoxiao2021-03-06  58

Get the execution time of the page with PHP

$ TIME_START = GET_MICROTIME (); Echo "Hello 1";?>

?>

"; $ TIME_END = Get_microtime (); $ TIME = $ TIME_END - $ TIME_START; Echo $ TIME;?> Seconds.

转载请注明原文地址:https://www.9cbs.com/read-113567.html

New Post(0)