PEAR_Config::deleteChannel

PEAR_Config::deleteChannel() – deleteChannel

Synopsis

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

void PEAR_Config::deleteChannel ( string $channel )

Description

チャネルの設定を完全に削除します。

Parameter

string $channel

削除するチャネル (チャネルサーバ) の名前。

Throws

例外はスローされません。

Note

This function can not be called statically.