Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17496 программистов и 1877 роботов. Сейчас ищет 1731 программист ...
PEAR_Config::definedBy
Вернуться к: PEAR_Config
PEAR_Config::definedBy
PEAR_Config::definedBy() – Tells what config layer that gets to define a key
Synopsis
require_once 'PEAR/config.php';
string PEAR_Config::definedBy ( string $key )
Tells what config layer that gets to define a key.
Parameter
- string $key
-
config key
Return value
string - the config layer, or an empty string if not found
Note
This function can not be called statically.
Вернуться к: PEAR_Config