Event
PHP 手册

Event::free

(PECL libevent >= 0.0.1)

Event::freeMake event non-pending and free resources allocated for this event.

说明

public void Event::free ( void )

Removes event from the list of events monitored by libevent, and free resources allocated for the event.

参数

此函数没有参数。

返回值

没有返回值。

参见


Event
PHP 手册