Swoole\WebSocket\Server::pack

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

Swoole\WebSocket\Server::packGet a pack of binary data to send in a single frame.

Opis

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

Parametry

data

opcode

finish

mask

Zwracane wartości

add a note add a note

User Contributed Notes

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