CakeFest 2024: The Official CakePHP Conference

UI\Executor::__construct

(UI 2.0.0)

UI\Executor::__constructСоздать новый объект Executor

Описание

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

Создаёт исполнитель с заданным интервалом, не будет запускаться до тех пор, пока не будет введён основной цикл

Список параметров

seconds

Секунды между выполнениями

microseconds

Микросекунды между выполнениями

add a note

User Contributed Notes

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