Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16449 программистов и 1677 роботов. Сейчас ищут 848 программистов ...
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