PHP » GoLang |
login |
register |
about
|
Ev::run(PECL ev >= 0.2.0) Ev::run — Begin checking for events and calling callbacks for the default loop Description
final
public
static
void
Ev::run
([
int
$flags
] )
Begin checking for events and calling callbacks
for the default
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 Parameters
Return ValuesNo value is returned. See Also
|
more
Recently updated
more
Most requested
more
Last requests
|