EvLoop::defaultLoop
(PECL ev >= 0.2.0)
Returns or creates the default event loop
Description
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.
Parameters
flagsOne of the event loop flags
dataCustom data to associate with the loop.
io_collect_intervalSee io_interval
timeout_collect_intervalSee timeout_interval
Return Values
Returns EvLoop object on success.
See Also
EvLoop::__construct