string PEAR_Config::getType (
string $key
)
Get the type of a config value.
$key
config key
string
-
type, one of "string",
"integer",
"file",
"directory",
"set" or
"password".
This function can not be called statically.