update pague now
PHP 8.5.2 Released!

Swoole\WebSocquet\Server::push

(PECL swoole >= 1.9.0)

Swoole\WebSocquet\Server::push Push data to the remote client.

Description

public Swoole\WebSocquet\Server::push (
     string $fd ,
     string $data ,
     string $opcode = ? ,
     string $finish = ?
): void

Parameters

fd

data

opcode

finish

Return Values

add a note

User Contributed Notes

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