PEAR_Config::isDefined

PEAR_Config::isDefined() – Tells whether a key exists as config value

Synopsis

require_once 'PEAR/config.php';

bool PEAR_Config::isDefined ( string $key )

Description

Tells whether a given key exists as a config value.

Parameter

string $key

config key

Return value

bool - whether $key exists in this object

Note

This function can not be called statically.

Get the type of a config value (Previous) Tells whether a config layer exists (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.