Event::free
Event::free
(PECL libevent >= 0.0.1)
Event :: free - 为该事件分配事件非待处理和免费资源。
描述
public void Event::free ( void )
从 libevent 监控的事件列表中移除事件,并为该事件分配免费资源。
警告
该事件:: free()的
方法目前不破坏对象本身。为了完全调用 unset()或者赋值来破坏对象NULL
。
参数
该功能没有参数。
返回值
没有值返回。
也可以看看
- Event :: __ construct() - 构造 Event 对象
← Event::delTimer
Event::getSupportedMethods →