Beispiel #1
0
 public static function checkEnabled()
 {
     if (self::$_enabled) {
         self::$_type = function_exists('apc_add') ? self::TYPE_APC : self::TYPE_FILE;
     }
 }