PEAR_Config::getGroup()

PEAR_Config::getGroup() -- Get the parameter group for a config key

Referentiesamenvatting

require_once 'PEAR/config.php';

string PEAR_Config::getGroup (string $key)

Beschrijving

Get the parameter group for a config key.

Parameter

string $key

config key

Return waarde

string - parameter group

Note

Deze functie kan niet statisch worden aangeroepen.