Deprecated: Optional parameter $keys declared before required parameter $cms_id is implicitly treated as a required parameter in /home/www/dev/work/class/blog/CmsKey.php on line 75
Deprecated: Creation of dynamic property lvesu\lvesu\controller\blog\php::$title is deprecated in /home/www/dev/work/website/lvesu/class/controller/blog/php.php on line 28
Deprecated: Creation of dynamic property lvesu\lvesu\controller\blog\php::$outlink is deprecated in /home/www/dev/work/website/lvesu/template/blog/cms/php.manual.tpl on line 2
Deprecated: Creation of dynamic property lvesu\lvesu\controller\blog\php::$status is deprecated in /home/www/dev/work/website/lvesu/template/blog/index.head.php on line 2 PHP - Manual: EventBase::free - 互联网笔记
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.