The Swoole\WebSocket\Server class

(PECL swoole >= 1.9.0)

はじめに

クラス概要

class Swoole\WebSocket\Server extends Swoole\Http\Server {
/* メソッド */
public exist (int $fd): bool
public on (string $event_name, callable $callback): ReturnType
public static pack (
string $data,
string $opcode = ?,
string $finish = ?,
string $mask = ?
): binary
public push (
string $fd,
string $data,
string $opcode = ?,
string $finish = ?
): void
public static unpack (binary $data): string
/* 継承したメソッド */
public Swoole\Http\Server::on (string $event_name, callable $callback): void
}

目次

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 によって変換されたページ (->オリジナル) /