PEAR_Config::getSetValues | PEAR_Config::isDefined |
PEAR_Config | |
PEAR Manual | |
require_once 'PEAR/config.php'; |
string PEAR_Config::getType (
string $key
)
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.
PEAR_Config::getSetValues | PEAR_Config::isDefined |
PEAR_Config | |
PEAR Manual | |