PEAR_Config::getKeys()

PEAR_Config::getKeys() -- Get all the current config keys

Synopsis

require_once 'PEAR/config.php';

array PEAR_Config::getKeys (void)

Описание

Get all the current config keys

Возвращаемое значение

array - simple array of config keys

Заметка

Эта функция не должна вызываться статически.