UI 函数
PHP Manual

UI\run

(PHP 7, UI 2.0.0)

UI\runEnter UI Loop

说明

void UI\run ([ int $flags ] )

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

返回值


UI 函数
PHP Manual