Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5078248
Hits Heute: 734
max. Hits (10.07.07): 6964
User Online: 35
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

Oracle9i XML- Handbuch. XML-basierte, datenbankgestützte Anwendungen entwickeln
Oracle9i XML- Handbuch. XML-basierte, datenbankgestützte Anwendungen entwickeln

Manuals > PEAR > PEAR_Config

PEAR_Config

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

Class Trees for PEAR_Config()

  • PEAR

    • PEAR_Config


Copyright 1998 - 2009 by I.S.U.M.