Forum und email

ircg_topic

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

ircg_topic — Set topic for channel on server

說明

bool ircg_topic ( resource $connection , string $channel , string $new_topic )

Change the topic for the channel .

參數

connection

A connection resource handle returned by ircg_pconnect().

channel

The channel name as #name.

new_topic

The new topic to be set.

Return值

如果成功則回傳 TRUE,失敗則回傳 FALSE