©
本文档使用
php.cn手册 发布
(PECL event >= 1.10.0)
EventBase::free — Free resources allocated for this event base
Deallocates resources allocated by libevent for the EventBase object.
The
EventBase::free()
method doesn't destruct the object itself. To destruct the
object completely call
unset()
, or assign NULL
.
This method does not deallocate or detach any of the events that are currently associated with the EventBase object, or close any of their sockets - beware.
此函数没有参数。
没有返回值。