PEAR_Config::deleteChannel
PEAR_Config::deleteChannel() – deleteChannel
Synopsis
require_once '/Config.php'; (since PEAR 1.4.0)
void PEAR_Config::deleteChannel (
string $channel
)
Description
remove a channel's configuration entirely.
Parameter
-
string
$channel
-
Channel name to delete (channel server).
Throws
throws no exceptions thrown
Note
This function can not be called statically.