Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17491 программист и 1872 робота. Сейчас ищут 1819 программистов ...
PEAR_Config::getDocs
Вернуться к: PEAR_Config
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
Note
This function can not be called statically.
Вернуться к: PEAR_Config