PEAR_Config::isDefinedLayer

PEAR_Config::isDefinedLayer() – 設定レイヤーが存在するかどうかを返す

Synopsis

require_once 'config.php';

bool PEAR_Config::isDefinedLayer ( string $layer )

Description

指定した設定レイヤーが存在するかどうかを返します。

Parameter

string $layer

設定レイヤー。

Return value

オブジェクトに $layer が存在するかどうかを返します。

Note

This function can not be called statically.