CakeFest 2024: The Official CakePHP Conference

Swoole\Http\Client::push

(PECL swoole >= 1.9.0)

Swoole\Http\Client::pushPush data to websocket client.

Description

public Swoole\Http\Client::push(string $data, string $opcode = ?, string $finish = ?): void

Parameters

data

opcode

finish

Return Values

add a note

User Contributed Notes

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