php8.5
Home/ Manual/ ui / executor/ UI\Executor::__construct

UI\Executor::__construct

PHP function Edit on GitHub ✎

(UI 2.0.0)

Construct a new Executor

Description

UI\Executor::__construct()
UI\Executor::__construct(int $microseconds)
UI\Executor::__construct(int $seconds, int $microseconds)

Shall construct an executor with the given interval, will not start executing until main loop is entered

Parameters

seconds

Seconds between executions

microseconds

Microseconds between executions

Source: reference/ui/ui/executor/construct.xml · from the official PHP manual (php/doc-en)