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