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