Exemplo n.º 1
0
 public function removeExtension($ext_name)
 {
     self::$extensions_enabled = array_diff(self::$extensions_enabled, array($ext_name));
 }