UI\run

(UI 2.0.0)

UI\run — Enter UI Loop

说明

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

参数

flags

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

返回值

+添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top