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

EvLoop::defaultLoop - Returns or creates the default event loop. | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

EvLoop::defaultLoop

(PECL ev >= 0.2.0)

EvLoop::defaultLoopReturns or creates the default event loop.

説明

public static EvLoop EvLoop::defaultLoop ([ int $flags = Ev::FLAG_AUTO [, mixed $data = NULL [, double $io_interval = 0. [, double $timeout_interval = 0. ]]]] )

If the default event loop is not created, EvLoop::defaultLoop() creates it with the specified parameters. Otherwise, it just returns the object representing previously created instance ignoring all the parameters.

パラメータ

flags

One of the event loop flags

data

Custom data to associate with the loop.

io_collect_interval

See io_interval

timeout_collect_interval

See timeout_interval

返り値

Returns EvLoop object on success.

参考


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

フォーラムで「EvLoop::defaultLoop - Returns or creates the default event loop.」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | EvLoop::defaultLoop - Returns or creates the default event loop.」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: