Dutch PHP Conference 2025 - Call For Papers

UI\Executor::__construct

(UI 2.0.0)

UI\Executor::__constructConstrói um novo executor

Descrição

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

Constrói um novo executor com o intervalo fornecido, não iniciará a execução até entrar no laço principal.

Parâmetros

seconds

Segundos extre execuções.

microseconds

Microssegundos entre execuções.

add a note

User Contributed Notes

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