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

EvLoop::run - Begin checking for events and calling callbacks for the loop | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

EvLoop::run

(PECL ev >= 0.2.0)

EvLoop::runBegin checking for events and calling callbacks for the loop

説明

public void EvLoop::run ([ int $flags = 0 ] )

Begin checking for events and calling callbacks for the current event loop. Returns when a callback calls Ev::stop() method, or the flags are nonzero(in which case the return value is true) or when there are no active watchers which reference the loop( EvWatcher::keepalive() is TRUE), in which case the return value will be FALSE. The return value can generally be interpreted as if TRUE, there is more work left to do .

パラメータ

flags

Optional parameter flags can be one of the following:
List for possible values of flags
flags Description
0 The default behavior described above
Ev::RUN_ONCE Block at most one(wait, but don't loop)
Ev::RUN_NOWAIT Don't block at all(fetch/handle events, but don't wait)

See the run flag constants .

返り値

値を返しません。

参考

  • EvLoop::stop() - Stops the event loop
  • Ev::run() - イベントのチェックとデフォルトループのコールバックの呼び出しを開始する

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

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