无详细内容 无 ?php function profile($dump = FALSE){ static $profile; if($dump){ $temp = $profile;//销毁该指针 unset ($profile); return ($temp); }//当前时间戳 $profile[] = microtime(); }//declare定义的要运行的函数 register_tick_function("pro
";
}
}
print_r(profile (TRUE));
?>









