PEAR_Config::get()
PEAR_Config::get() -- Returns a configuration value
概要
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.
パラメータ
- string
$key
config key
- mixed
$layer
layer key
返り値
mixed the config value, or NULL if not found
注意
この関数は、スタティックにコールする
ことはできません。