The Swoole\WebSocket\Server class
(PECL swoole >= 1.9.0)
类摘要
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
}
目录
There are no user contributed notes for this page.
官方地址:https://www.php.net/manual/en/class.swoole-websocket-server.php