GoLang UI\run

request it (317)
GoLang replacement for PHP's UI\run [edit | history]



Do you know a GoLang replacement for PHP's UI\run? Write it!

PHP UI\run

PHP original manual for UI\run [ show | php.net ]

UI\run

(PHP 7, UI 2.0.0)

UI\runEnter UI Loop

Description

void UI\run ([ int $flags ] )

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

Parameters

flags

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

Return Values