最近2018中文字幕在日韩欧美国产成人片_国产日韩精品一区二区在线_在线观看成年美女黄网色视频_国产精品一区三区五区_国产精彩刺激乱对白_看黄色黄大色黄片免费_人人超碰自拍cao_国产高清av在线_亚洲精品电影av_日韩美女尤物视频网站

RELATEED CONSULTING
相關(guān)咨詢
選擇下列產(chǎn)品馬上在線溝通
服務(wù)時(shí)間:8:30-17:00
你可能遇到了下面的問題
關(guān)閉右側(cè)工具欄

新聞中心

這里有您想知道的互聯(lián)網(wǎng)營(yíng)銷解決方案
TP3.2統(tǒng)計(jì)接口訪問時(shí)長(zhǎng)
field('id,spendcount,request,maxrequest,minrequest')
   ->where("url='%s'",$url_info)
   ->find();
if(!empty($url)){
   $times = round(microtime(true)-BEGIN_TIME,3);
   $serd['spendcount']  =$url['spendcount'] + 1;
   $serd['request']     =$url['request'] + 1;
   $serd['create_time'] = time();
   $serd['minrequest']  = $times;
   $serd['maxrequest']  = $url['maxrequest'] > $url['minrequest'] ? $url['maxrequest'] : $url['minrequest'];
   M('SendCount')->where('id='.$url['id'].'')->save($serd);
}else{
   $times = round(microtime(true)-BEGIN_TIME,3);
   $serd['spendcount']  = 1;
   $serd['url']         = $url_info;
   $serd['request']     = $times;
   $serd['minrequest']  = $times;
   $serd['create_time'] = time();
   $serd['type']        = 2;
   M('SendCount')->add($serd);
}

入口文件需設(shè)置:
define('BEGIN_TIME',microtime(true));

新聞標(biāo)題:TP3.2統(tǒng)計(jì)接口訪問時(shí)長(zhǎng)
網(wǎng)頁網(wǎng)址:http://fisionsoft.com.cn/article/gicjod.html