PEAR_Config::deleteChannel()

PEAR_Config::deleteChannel() -- deleteChannel

概要

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

void PEAR_Config::deleteChannel (string $channel)

説明

remove a channel's configuration entirely.

パラメータ

string $channel

Channel name to delete (channel server).

例外・エラー

throws no exceptions thrown

注意

この関数は、スタティックにコールする ことはできません。