PHP Velho Oeste 2024

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

Table of Contents

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top