Swoole\WebSocket\Server::pack

(PECL swoole >= 1.9.0)

Swoole\WebSocket\Server::packObtém um pacote de dados binários para enviar em um único quadro.

Descrição

public static Swoole\WebSocket\Server::pack(
    string $data,
    string $opcode = ?,
    string $finish = ?,
    string $mask = ?
): binary

Parâmetros

data

opcode

finish

mask

Valor Retornado

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top