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