Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16657 программистов и 1698 роботов. Сейчас ищет 1761 программист ...
PEAR_Config::getKeys
Вернуться к: PEAR_Config
PEAR_Config::getKeys
PEAR_Config::getKeys() – Get all the current config keys
Synopsis
require_once 'PEAR/config.php';
array PEAR_Config::getKeys ( void )
Get all the current config keys
Return value
array - simple array of config keys
Note
This function can not be called statically.
Вернуться к: PEAR_Config