首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

EvLoop::defaultLoop

(PECL ev >= 0.2.0)

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

Description

代码语言:javascript
复制
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

  • EvLoop::__construct() - Constructs the event loop object

← EvLoop::__construct

EvLoop::embed →

代码语言:txt
复制
 ? 1997–2017 The PHP Documentation Group

Licensed under the Creative Commons Attribution License v3.0 or later.

扫码关注腾讯云开发者

领取腾讯云代金券

http://www.vxiaotou.com