Php/docs/eventbase.free

提供:Dev Guides
< Php
2020年12月14日 (月) 09:36時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

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.


パラメータ

この関数にはパラメータはありません。


返り値

値を返しません。


参考