Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17448 программистов и 1871 робот. Сейчас ищут 1845 программистов ...
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