PEAR_Config::getDocs

PEAR_Config::getDocs() – Récupère la documentation pour une valeur de configuration

Synopsis

require_once 'PEAR/config.php';

string PEAR_Config::getDocs ( string $key )

Description

Récupère la documentation pour une valeur de configuration.

Parameter

string $key

clé de configuration

Return value

string - chaîne de documentation

Note

This function can not be called statically.