PEAR_Config::getType()

PEAR_Config::getType() -- Get the type of a config value

Referentiesamenvatting

require_once 'PEAR/config.php';

string PEAR_Config::getType (string $key)

Beschrijving

Get the type of a config value.

Parameter

string $key

config key

Return waarde

string - type, one of "string", "integer", "file", "directory", "set" or "password".

Note

Deze functie kan niet statisch worden aangeroepen.