|
PHP5中文手册
ircg_channel_mode(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5) ircg_channel_mode — Set channel mode flags for user 说明
bool ircg_channel_mode
( resource $connection
, string $channel
, string $mode_spec
, string $nick
)
Set channel mode flags for channel on server connected to by connection . Mode flags are passed in mode_spec and are applied to the user specified by nick . 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |