PEAR_Config::getType()
PEAR_Config::getType() -- Get the type of a config value
概要
require_once 'PEAR/config.php'; |
string PEAR_Config::getType (string $key)
説明
Get the type of a config value.
返り値
string -
type, one of "string",
"integer",
"file",
"directory",
"set" or
"password".
注意
この関数は、スタティックにコールする
ことはできません。