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
static
pack (
string
$data
[,
string $opcode
[,
string $finish
[,
string $mask
]]] ) :
binary
/* 继承的方法 */
}
Table of Contents
- Swoole\WebSocket\Server::exist — Check if the the file description is existed.
- Swoole\WebSocket\Server::on — Register event callback function
- Swoole\WebSocket\Server::pack — Get a pack of binary data to send in a single frame.
- Swoole\WebSocket\Server::push — Push data to the remote client.
- Swoole\WebSocket\Server::unpack — Unpack the binary data received from the client.