Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16657 программистов и 1698 роботов. Сейчас ищет 1761 программист ...
PEAR_Config::removeLayer
Вернуться к: PEAR_Config
PEAR_Config::removeLayer
PEAR_Config::removeLayer() – Temporarily remove an entire config layer
Synopsis
require_once 'PEAR/config.php';
bool PEAR_Config::removeLayer ( string $layer )
Temporarily remove an entire config layer. USE WITH CARE!
Parameter
- string $layer
-
config key
Return value
bool - Returns TRUE on success, FALSE on failure.
Note
This function can not be called statically.
Вернуться к: PEAR_Config