Swoole\Event::add
(PECL swoole >= 1.9.0)
Swoole\Event::add — Adiciona novas funções de retorno de chamada de um socket no EventLoop.
Descrição
public static Swoole\Event::add(
int
callable
callable
string
): bool
int
$fd
,callable
$read_callback
,callable
$write_callback
= ?,string
$events
= ?): bool
Parâmetros
fd
-
read_callback
-
write_callback
-
events
-
Valor Retornado