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

EvTimer::again - Restarts the timer watcher | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

EvTimer::again

(PECL ev >= 0.2.0)

EvTimer::againRestarts the timer watcher

説明

public void EvTimer::again ( void )

This will act as if the timer timed out and restart it again if it is repeating. The exact semantics are:

  1. if the timer is pending, its pending status is cleared.

  2. if the timer is started but non-repeating, stop it (as if it timed out).

  3. if the timer is repeating, either start it if necessary (with the repeat value), or reset the running timer to the repeat value.

パラメータ

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

返り値

値を返しません。

参考


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

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