php8.5
Home/ Manual/ event / eventbase/ EventBase::free

EventBase::free

PHP function Edit on GitHub ✎

(PECL event >= 1.10.0)

Free resources allocated for this event base

Description

EventBase::free(): void

Deallocates resources allocated by libevent for the EventBase object.

Warning

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.

Parameters Parameters

Return Values

Void

See Also

  • EventBase::__construct

Source: reference/event/eventbase/free.xml · from the official PHP manual (php/doc-en)