PEAR_Config::deleteChannel

PEAR_Config::deleteChannel() – deleteChannel

Synopsis

require_once '/Config.php'; (since PEAR 1.4.0)

void PEAR_Config::deleteChannel ( string $channel )

Description

Efface la configuration d'un canal entièrement.

Parameter

string $channel

Nom du canal à effacer (canal de serveur).

Throws

No exceptions thrown.

Note

This function can not be called statically.