« Swoole\WebSocket\Frame
Swoole\WebSocket\Server::exist »
PHP Manual
Swoole
The Swoole\WebSocket\Server class
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
public
Swoole\Http\Server::start
():
void
}
目录
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.