Free resources allocated for this event base

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.

參數

此函式沒有參數。

返回值

沒有返回值。

參見

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *