Forum und email

ircg_oper

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

ircg_oper — Elevates privileges to IRC OPER

說明

bool ircg_oper ( resource $connection , string $name , string $password )

ircg_oper() will authenticate the logged in user on connection as an IRC operator.

參數

connection

A connection resource handle returned by ircg_pconnect().

name

The operator account name. Must be a registered IRC account.

password

The password associated with name .

Return值

如果成功則回傳 TRUE,失敗則回傳 FALSE