PHPTS:一键免费搭建 Nginx + PHP + MySQL 运行环境

The Swoole\WebSocket\Server class

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

简介

类摘要

Swoole\WebSocket\Server extends Swoole\Http\Server {
/* 方法 */
public exist ( integer $fd ) : boolean
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
public Swoole\Http\Server::start ( void ) : void
}

Table of Contents