PEAR_Config::getSetValues()
PEAR_Config::getSetValues() -- Get the list of allowed set values for a config value
概要
require_once 'PEAR/config.php'; |
array PEAR_Config::getSetValues (string $key)
説明
Get the list of allowed set values for a config value.
Returns NULL for config values that are not sets.
返り値
array -
enumerated array of set values, or NULL if the config key
is unknown or not a set
注意
この関数は、スタティックにコールする
ことはできません。