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

EvLoop::now - Returns the current "event loop time" | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

EvLoop::now

(PECL ev >= 0.2.0)

EvLoop::nowReturns the current "event loop time"

説明

public double EvLoop::now ( void )

Returns the current "event loop time", which is the time the event loop received events and started processing them. This timestamp does not change as long as callbacks are being processed, and this is also the base time used for relative timers. You can treat it as the timestamp of the event occurring(or more correctly, libev finding out about it).

パラメータ

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

返り値

Returns time of the event loop in (fractional) seconds.

参考

  • Ev::now() - デフォルトのイベントループで直近の処理が始まった時刻を返す

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

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