The Swoole\WebSocket\Server class
(PECL swoole >= 1.9.0)
Introduction
Class synopsis
Table of Contents
- Swoole\WebSocket\Server::exist — Check if the file descriptor exists.
- 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.