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