PEAR_Config::getGroups

PEAR_Config::getGroups() – パラメータグループの一覧を取得する

Synopsis

require_once 'PEAR/config.php';

array PEAR_Config::getGroups ( void )

Description

パラメータグループの一覧を取得します。

Return value

パラメータグループの一覧を配列で返します。

Note

This function can not be called statically.