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
Return value
array
- simple array of config keys
Замечание
This function can not be called statically.