摘要:
declare(ticks=1);register_tick_function('do_profile');register_shutdown_function('show_profile');$profile = array();$last_time = microtime(true);a();function do_profile() {global $profile, $last_time;$bt = debug_backtrace();if (count($bt) 0,'calls' => 0);}$profile[$functio 阅读全文
posted @ 2014-03-14 14:47
思静
阅读(277)
评论(0)
推荐(0)
浙公网安备 33010602011771号