CakeFest 2024: The Official CakePHP Conference

EventBase::free

(PECL event >= 1.10.0)

EventBase::freeFree resources allocated for this event base

Açıklama

public EventBase::free(): void

Deallocates resources allocated by libevent for the EventBase object.

Uyarı

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.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Hiçbir değer dönmez.

Ayrıca Bakınız

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top