Наш чат в Telegram для обмена идеями, проектами, мыслями, людьми в сфере ИТ г.Ростова-на-Дону: @it_rostov

EvLoop::defaultLoop

(PECL ev >= 0.2.0)

EvLoop::defaultLoop — Returns or creates the default event loop.


Описание

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.


Список параметров

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.


Смотрите также


User Contributed Notes


There are no user contributed notes for this page.
To Top

Описание класса evloop, примеры использования класса evloop.

Описание на ru2.php.net
Описание на php.ru