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
{
public __construct
(
int $seconds
,
int $microseconds
)
public kill
(
void
) :
void
public setInterval
(
int $seconds
,
int $microseconds
) :
bool
}
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.