|
PHP5中文手册
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. 返回值如果成功则返回 TRUE,失败则返回 FALSE。 |