Event::__construct
Event::__construct
(PECL event >= 1.2.6-beta)
Event :: __ construct - 构造Event对象
描述
public Event::__construct ( EventBase $base , mixed $fd , int $what , callable $cb [, mixed $arg = NULL ] )
构造事件对象。
参数
base
要与之关联的事件库。
fd
流资源,套接字资源或数字文件描述符。对于计时器事件通过-1
。对于信号事件传递信号编号,例如SIGHUP
。
what
cb
arg
自定义数据。如果指定,则会在事件触发时传递给回调。
返回值
返回事件对象。