update : 2015.11.03
php.shukuma.com검색:
|
EvLoop::run(PECL ev >= 0.2.0) EvLoop::run — Begin checking for events and calling callbacks for the loop 설명
public
void
EvLoop::run
([
int
$flags
= 0
] )
Begin checking for events and calling callbacks for the current event loop.
Returns when a callback calls
Ev::stop()
method, or the flags are nonzero(in which case the return value is true) or
when there are no active watchers which reference the loop(
EvWatcher::keepalive()
is 인수
반환값값을 반환하지 않습니다. 참고
|