PHP Conference Japan 2024

Swoole\WebSocket\Server 类

(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 = ?
): 二进制
public push(
    string $fd ,
    string $data ,
    string $opcode = ? ,
    string $finish = ?
): void
public static unpack(二进制 $data): string
/* 继承的方法 */
public Swoole\Http\Server::on(string $event_name, callable $callback): void
}

目录

添加备注

用户贡献的笔记

此页面没有用户贡献的笔记。
To Top