PEAR_Config::isDefined

PEAR_Config::isDefined() – 指定したキーが設定値として存在するかどうかを返す

Synopsis

require_once 'PEAR/config.php';

bool PEAR_Config::isDefined ( string $key )

Description

指定したキーが設定値として存在するかどうかを返します。

Parameter

string $key

設定項目のキー。

Return value

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

Note

This function can not be called statically.