Forum und email

ircg_whois

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

ircg_whois — Query server for user information

설명

bool ircg_whois ( resource $connection , string $nick )

Sends a query to ask for information about the specified user.

매개변수

connection

A connection resource handle returned by ircg_pconnect().

nick

The user nick name.

반환값

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