Event
PHP Manual

Event::del

(PECL libevent >= 0.0.1)

Event::delMakes event non-pending

说明

public bool Event::del ( void )

Removes an event from the set of monitored events, i.e. makes it non-pending.

参数

此函数没有参数。

返回值

Returns TRUE on success. Otherwise FALSE

参见


Event
PHP Manual