PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

EventBase::free - Free resources allocated for this event base | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

EventBase::free

(PECL event >= 1.10.0)

EventBase::freeFree resources allocated for this event base

説明

public void 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.

パラメータ

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

返り値

値を返しません。

参考


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「EventBase::free - Free resources allocated for this event base」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | EventBase::free - Free resources allocated for this event base」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: