/** * Clear all existing timers * * @return bool true */ public static function clear() { self::$__timers = array(); return true; }