<?php
//do something
sleep(3);
$running_time
= time() -
$_SERVER
[
'REQUEST_TIME'
];
echo
'页面运行时间:'
,
' 秒'
;
?>