update : 2015.11.03
php.shukuma.com검색:
|
EvLoop::defaultLoop(PECL ev >= 0.2.0) EvLoop::defaultLoop — Returns or creates the default event loop. 설명
public
static
EvLoop
EvLoop::defaultLoop
([
int
$flags
= Ev::FLAG_AUTO
[,
mixed
$data
= NULL
[,
double
$io_interval
= 0.
[,
double
$timeout_interval
= 0.
]]]] )If the default event loop is not created, EvLoop::defaultLoop() creates it with the specified parameters. Otherwise, it just returns the object representing previously created instance ignoring all the parameters. 인수
반환값Returns EvLoop object on success. 참고
|