PEAR_Config::getPrompt

PEAR_Config::getPrompt() – 設定値についての短い説明を取得する

Synopsis

require_once 'PEAR/config.php';

string PEAR_Config::getPrompt ( string $key )

Description

設定値についての短いドキュメントを取得します。

Parameter

string $key

設定項目のキー。

Return value

短い形式の説明文を文字列で返します。

Note

This function can not be called statically.