PEAR_Config::definedBy

PEAR_Config::definedBy() – Tells what config layer that gets to define a key

Synopsis

require_once 'PEAR/config.php';

string PEAR_Config::definedBy ( string $key )

Description

Tells what config layer that gets to define a key.

Parameter

string $key

config key

Return value

string - the config layer, or an empty string if not found

Note

This function can not be called statically.

return API version (1.1 as of PEAR 1.4.0) (Previous) deleteChannel (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.