PEAR_Config::removeLayer

PEAR_Config::removeLayer() – Temporarily remove an entire config layer

Synopsis

require_once 'PEAR/config.php';

bool PEAR_Config::removeLayer ( string $layer )

Description

Temporarily remove an entire config layer. USE WITH CARE!

Parameter

string $layer

config key

Return value

bool - Returns TRUE on success, FALSE on failure.

Note

This function can not be called statically.

Remove a config key from a config layer (Previous) Set config value in specific 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.