略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: Swoole\WebSocket\Server

2024-04-23

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
}

目录

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/class.swoole-websocket-server.php

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