PHPTS:一键免费搭建 Nginx + PHP + MySQL 运行环境

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 ( int $microseconds )
public __construct ( int $seconds , int $microseconds )
/* 方法 */
public kill ( void ) : void
abstract protected onExecute ( void ) : void
public setInterval ( int $microseconds ) : bool
public setInterval ( int $seconds , int $microseconds ) : bool
}

Table of Contents