PEAR_Config::isDefinedLayer

PEAR_Config::isDefinedLayer() – Tells whether a config layer exists

Synopsis

require_once 'config.php';

bool PEAR_Config::isDefinedLayer ( string $layer )

Description

Tells whether a given config layer exists.

Parameter

string $layer

config layer

Return value

bool - whether $layer exists in this object

Note

This function can not be called statically.

Tells whether a key exists as config value (Previous) Merges data into a config layer from a file (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.