在线文档教程
PHP
事件 | Event

EventBase::free

EventBase::free

(PECL event >= 1.10.0)

EventBase :: free - 为此事件库分配的免费资源

描述

public void EventBase::free ( void )

释放由libevent为EventBase对象分配的资源。

警告

EventBase :: free()的方法不破坏对象本身。为了完全调用unset()或者赋值来破坏对象NULL

此方法不会释放或分离当前与EventBase对象关联的任何事件,也不会关闭其任何套接字 - 要小心。

参数

该功能没有参数。

返回值

没有值返回。