(PHP 4 >= 4.3.3, PHP 5 <= 5.0.5)
ircg_invite — Invites nickname to channel
ircg_invite() will send an invitation to the user nickname , prompting him to join the given channel .
A connection resource handle returned by ircg_pconnect().
The channel name as #name.
The user nick name.
如果成功则返回 TRUE,失败则返回 FALSE。