Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17399 программистов и 1871 робот. Сейчас ищут 1698 программистов ...
PEAR_Config
Вернуться к: Классы PPM
Table of Contents
- PEAR_Config::PEAR_Config — Constructor
- PEAR_Config::definedBy — Tells what config layer that gets to define a key
- PEAR_Config::get — Returns a configuration value
- PEAR_Config::getDocs — Get the documentation for a config value
- PEAR_Config::getGroup — Get the parameter group for a config key
- PEAR_Config::getGroupKeys — Get the list of the parameters in a group
- PEAR_Config::getGroups — Get the list of parameter groups
- PEAR_Config::getKeys — Get all the current config keys
- PEAR_Config::getLayers — Returns the layers defined
- PEAR_Config::getPrompt — Get short documentation for a config value
- PEAR_Config::getSetValues — Get the list of allowed set values for a config value
- PEAR_Config::getType — Get the type of a config value
- PEAR_Config::isDefined — Tells whether a key exists as config value
- PEAR_Config::isDefinedLayer — Tells whether a config layer exists
- PEAR_Config::mergeConfigFile — Merges data into a config layer from a file
- PEAR_Config::readConfigFile — Reads configuration data from a file
- PEAR_Config::remove — Remove a config key from a config layer
- PEAR_Config::removeLayer — Temporarily remove an entire config layer
- PEAR_Config::set — Set config value in specific layer
- PEAR_Config::singleton — Return a reference of a PEAR_Config object
- PEAR_Config::store — Stores configuration data in a layer
- PEAR_Config::toDefault — Revert value of config key to the system-defined one
- PEAR_Config::writeConfigFile — Write data into config layer from file
Дерево классов для PEAR_Config()
-
PEAR
-
PEAR_Config
-
Вернуться к: Классы PPM