Event::free
(PECL event >= 1.2.6-beta)
Event::free — Make event non-pending and free resources allocated for this event
说明
Removes event from the list of events monitored by libevent, and free resources allocated for the event.
参数
此函数没有参数。
返回值
没有返回值。
参见
- Event::__construct() - Constructs Event object