Forum und email

ircg_join

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

ircg_join — Join a channel on a connected server

설명

bool ircg_join ( resource $connection , string $channel [, string $key ] )

Join the channel channel on the server connected to by connection .

매개변수

connection

A connection resource handle returned by ircg_pconnect().

channel

The channel name as #name.

key

An optional password for the room.

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.