PEAR_Config::get

PEAR_Config::get() – Returns a configuration value

Synopsis

require_once 'PEAR/config.php';

mixed PEAR_Config::get ( string $key , mixed $layer = null )

Description

Returns a configuration value, prioritizing layers as per the layers property.

Parameter

string $key

config key

mixed $layer

layer key

Return value

mixed the config value, or NULL if not found

Note

This function can not be called statically.

deleteChannel (Previous) Gets the file used for storing the config for a layer (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.