Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16672 программиста и 1698 роботов. Сейчас ищут 1779 программистов ...
PEAR_Config::get
Вернуться к: PEAR_Config
PEAR_Config::get
PEAR_Config::get() – Returns a configuration value
Synopsis
require_once 'PEAR/config.php';
mixed PEAR_Config::get ( string $key , mixed $layer = null )
Returns a configuration value, prioritizing layers as per the layers property.
Parameter
- string $key
-
config key
- mixed $layer
-
layer key
Return value
mixed the config value, or NULL if not found
Note
This function can not be called statically.
Вернуться к: PEAR_Config