The Swoole\Event class

(PECL swoole >= 1.9.0)

Introduction

Class synopsis

class Swoole\Event {
/* Methods */
public static add (
int $fd,
callable $read_callback,
callable $write_callback = ?,
string $events = ?
): bool
public static defer (mixed $callback): void
public static del (string $fd): bool
public static exit (): void
public static set (
int $fd,
string $read_callback = ?,
string $write_callback = ?,
string $events = ?
): bool
public static wait (): void
public static write (string $fd, string $data): void
}

Table of Contents

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /