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.
반환값
ì„±ê³µí• ê²½ìš° TRUE를, ì‹¤íŒ¨í• ê²½ìš° FALSE를 반환합니다.