<?php
$start = microtime ( true );
sleep(2);
$end = microtime ( true );
echo "脚本执行时间".($end - $start)."\n";
?>
标签:php
发布时间:December 1, 2013 // 分类:PHP // No Comments
<?php
$start = microtime ( true );
sleep(2);
$end = microtime ( true );
echo "脚本执行时间".($end - $start)."\n";
?>
标签:php