Forum und email

ircg_part

(PHP 4 >= 4.0.4, PHP 5 <= 5.0.5)

ircg_part — サーバ上のチャンネルから離脱する

説明

bool ircg_part ( resource $connection , string $channel )

connection で接続したサーバ上のチャンネル channel から離脱します。

パラメータ

connection

ircg_pconnect() が返す接続リソースハンドル。

channel

#name 形式のチャンネル名。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。