PEAR_Config::get

PEAR_Config::get() – 設定値を返す

Synopsis

require_once 'PEAR/config.php';

mixed PEAR_Config::get ( string $key , mixed $layer = = null )

Description

レイヤーのプロパティがある場合はレイヤーを優先し、設定値を返す

Parameter

string $key

設定項目のキー。

mixed $layer

レイヤーのキー。

Return value

設定値、あるいは見つからない場合に NULL を返します。

Note

This function can not be called statically.