PEAR_Config::getGroupKeys()
PEAR_Config::getGroupKeys() -- Get the list of the parameters in a group
概要
require_once 'PEAR/config.php'; |
array PEAR_Config::getGroupKeys (string $group)
説明
Get the list of the parameters in a group.
パラメータ
- string
$group
parameter group
返り値
array list of parameters in
$group
注意
この関数は、スタティックにコールする
ことはできません。