Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16685 программистов и 1698 роботов. Сейчас ищет 1801 программист ...
PEAR_Config::getPrompt
Вернуться к: PEAR_Config
PEAR_Config::getPrompt
PEAR_Config::getPrompt() – Get short documentation for a config value
Synopsis
require_once 'PEAR/config.php';
string PEAR_Config::getPrompt ( string $key )
Get the short documentation for a config value.
Parameter
- string $key
-
config key
Return value
string short documentation string
Note
This function can not be called statically.
Вернуться к: PEAR_Config