PEAR_Config::isDefined

PEAR_Config::isDefined() – Teste si une clé est définie

Synopsis

require_once 'PEAR/config.php';

bool PEAR_Config::isDefined ( string $key )

Description

Teste si une clé est définie.

Parameter

string $key

clé de configuration

Return value

bool - si oui ou non la clé $key existe dans cet objet

Note

This function can not be called statically.