PEAR_Config::getDocs

PEAR_Config::getDocs() – 設定値についてのドキュメントを取得する

Synopsis

require_once 'PEAR/config.php';

string PEAR_Config::getDocs ( string $key )

Description

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

Parameter

string $key

設定項目のキー。

Return value

ドキュメントを文字列で返します。

Note

This function can not be called statically.