UI\run
PHP Manual
PHP Manual»UI Funzioni»UI\run

UI\run

(UI 2.0.0)

UI\runEnter UI Loop

Descrizione

function UI\run(int $flags = ?): void

Shall cause PHP to enter into the main loop, by default control will not be returned to the caller

Elenco dei parametri

flags

Set UI\Loop to return control, and UI\Wait to return control after waiting

Valori restituiti

To Top