downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

EvLoop::embed> <EvLoop::__construct
[edit] Last updated: Fri, 24 May 2013

view this page in

EvLoop::defaultLoop

(PECL ev >= 0.2.0)

EvLoop::defaultLoopReturns or creates the default event loop.

Description

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.

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

Return Values

Returns EvLoop object on success.

See Also



add a note add a note User Contributed Notes EvLoop::defaultLoop - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites