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

Execution Scheduler | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

Execution Scheduler

(PHP 7, UI 2.0.0)

はじめに

This facility schedules repetitive execution of a callback, useful for animations and other such activities.

クラス概要

abstract UI\Executor {
/* Constructor */
public __construct ( void )
public __construct ( integer $microseconds )
public __construct ( integer $seconds , integer $microseconds )
/* メソッド */
public void kill ( void )
abstract protected void onExecute ( void )
public bool setInterval ( integer $microseconds )
public bool setInterval ( integer $seconds , integer $microseconds )
}

目次


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

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