2024年PHP开发者大会日本站

执行调度器

(UI 2.0.0)

简介

此功能安排回调的重复执行,可用于动画和其他此类活动。

类概要

抽象 UI\Executor {
/* 构造函数 */
public __construct()
public __construct(int $microseconds)
public __construct(int $seconds, int $microseconds)
/* 方法 */
public kill(): void
抽象 受保护的 onExecute(): void
public setInterval(int $microseconds): bool
public setInterval(int $seconds, int $microseconds): bool
}

目录

添加注释

用户贡献注释

此页面没有用户贡献的注释。
To Top