PHP页面加载时间的实现

<?php
$load = microtime();
print (number_format($load,2));
?> seconds

posted on 2011-11-29 15:08  kingang  阅读(333)  评论(0编辑  收藏  举报

导航