예제 #1
0
 /**
  * Clear all existing timers
  *
  * @return bool true
  */
 public static function clear()
 {
     self::$_timers = array();
     return true;
 }