PEAR_Config::getPrompt()

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

概要

require_once 'PEAR/config.php';

string PEAR_Config::getPrompt (string $key)

説明

Get the short documentation for a config value.

パラメータ

string $key

config key

返り値

string short documentation string

注意

この関数は、スタティックにコールする ことはできません。