PEAR_Config::getGroup()

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

Synopsis

require_once 'PEAR/config.php';

string PEAR_Config::getGroup (string $key)

Description

Get the parameter group for a config key.

Parameter

string $key

config key

Return value

string - parameter group

Note

This function can not be called statically.