PEAR_Config::getType()

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

Synopsis

require_once 'PEAR/config.php';

string PEAR_Config::getType (string $key)

Beschreibung

Get the type of a config value.

Parameter

string $key

config key

Rückgabewert

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

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.