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