时间差计算函数
$this->banchmark->mark('code_start')
$this->benchmark->mark('code_end');
echo $this->benchmark->elapsed_time('code_start','code_end')
文件大小:1.01KB
$this->banchmark->mark('code_start')
$this->benchmark->mark('code_end');
echo $this->benchmark->elapsed_time('code_start','code_end')
评论区