Forum und email

ircg_notice

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

ircg_notice — Send a notice to a user on server

설명

bool ircg_notice ( resource $connection , string $nick , string $message )

This function will send the message text to the user nick on the server connected to by connection . IRC servers and other software will not automatically generate replies to NOTICEs in contrast to other message types.

매개변수

connection

A connection resource handle returned by ircg_pconnect().

nick

The destination user.

message

The message contents.

반환값

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