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
)
Описание
Get the documentation for a config value.
Parameter
-
string
$key
-
config key
Return value
string
- documentation string
Замечание
This function can not be called statically.