Example #1
0
 /**
  * 重设时间,为了统计某一个执行的时间用
  */
 public static function resetTime()
 {
     self::$timer = microtime(true);
 }