Execution Scheduler
(PHP 7, UI 2.0.0)
Introduction
This facility schedules repetitive execution of a callback, useful for animations and other such activities.
Synopsis de la classe
abstract
UI\Executor
{
public __construct
(
integer $seconds
,
integer $microseconds
)
public void kill
(
void
)
public bool setInterval
(
integer $seconds
,
integer $microseconds
)
}
Sommaire
There are no user contributed notes for this page.