UI
PHP Manual

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 )
}

Содержание


UI
PHP Manual