Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 15398 программистов и 1724 робота. Сейчас ищет 1231 программист ...
PEAR_Config::isDefinedLayer
Вернуться к: PEAR_Config
PEAR_Config::isDefinedLayer
PEAR_Config::isDefinedLayer() – Tells whether a config layer exists
Synopsis
require_once 'config.php';
bool PEAR_Config::isDefinedLayer ( string $layer )
Tells whether a given config layer exists.
Parameter
- string $layer
-
config layer
Return value
bool - whether $layer exists in this object
Note
This function can not be called statically.
Вернуться к: PEAR_Config