PEAR_Config::getDocs()

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

Referentiesamenvatting

require_once 'PEAR/config.php';

string PEAR_Config::getDocs (string $key)

Beschrijving

Get the documentation for a config value.

Parameter

string $key

config key

Return waarde

string - documentation string

Note

Deze functie kan niet statisch worden aangeroepen.