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