略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: EventBase::free

2024-05-03

EventBase::free

(PECL event >= 1.10.0)

EventBase::freeFree resources allocated for this event base

说明

public EventBase::free(): void

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.

参数

此函数没有参数。

返回值

没有返回值。

参见

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/eventbase.free.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3