略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: EvLoop::defaultLoop

2024-05-02

EvLoop::defaultLoop

(PECL ev >= 0.2.0)

EvLoop::defaultLoopReturns or creates the default event loop

说明

public static EvLoop::defaultLoop(
     int $flags = Ev::FLAG_AUTO ,
     mixed $data = NULL ,
     float $io_interval = 0. ,
     float $timeout_interval = 0.
): EvLoop

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.

参见

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/evloop.defaultloop.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3