PEAR_Config::getDocs()

PEAR_Config::getDocs() -- Get the documentation for a config value

Synopsis

require_once 'PEAR/config.php';

string PEAR_Config::getDocs (string $key)

Beschreibung

Get the documentation for a config value.

Parameter

string $key

config key

Rückgabewert

string - documentation string

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.