EvLoop::defaultLoop

Returns or creates the default event loop

説明

public static EvLoop EvLoop::defaultLoop(
     int $flags = Ev::FLAG_AUTO ,
     mixed $data = NULL ,
     float $io_interval = 0. ,
     float $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.

パラメータ

flags
One of the event loop flags
data
Custom data to associate with the loop.
io_collect_interval
See io_interval
timeout_collect_interval
See timeout_interval

戻り値

Returns EvLoop object on success.

参考

  • EvLoop::__construct