PHP 8.4.0 RC4 available for testing

UI\Executor::__construct

(UI 2.0.0)

UI\Executor::__constructConstruit un nouvel exécuteur

Description

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

Construit un exécuteur avec l'intervalle donné, ne commencera pas à exécuter tant que la boucle principale n'est pas entrée

Liste de paramètres

seconds

Le nombre de secondes entre les exécutions

microseconds

Le nombre de microsecondes entre les exécutions

add a note

User Contributed Notes

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