PEAR_Config::getPrompt()

PEAR_Config::getPrompt() -- Get short documentation for a config value

Synopsis

require_once 'PEAR/config.php';

string PEAR_Config::getPrompt (string $key)

Beschreibung

Get the short documentation for a config value.

Parameter

string $key

config key

Rückgabewert

string short documentation string

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.