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
)
Description
Get the short documentation for a config value.
Parameter
-
string
$key
-
config key
Return value
string
short documentation string
Note
This function can not be called statically.