黄聪

论SEO对人类的重要性,请看我的博客:hcsem.com

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
//Create a variable for start time   
    $time_start = microtime(true);   
       
    // Place your PHP/HTML/JavaScript/CSS/Etc. Here   
       
    //Create a variable for end time   
    $time_end = microtime(true);   
    //Subtract the two times to get seconds   
    $time = $time_end - $time_start;   
       
    echo 'Script took '.$time.' seconds to execute';  
posted on 2012-07-26 15:25  黄聪  阅读(703)  评论(0编辑  收藏  举报