IPWorks WebSockets 2020 PHP Edition

Questions / Feedback?

Send Method

Sends binary data to the client.

Object Oriented Interface

public function doSend($connectionid, $data);

Procedural Interface

ipworksws_websocketserver_do_send($res, $connectionid, $data);

Remarks

This method sends the binary data specified by Data to the client specified by ConnectionId.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks WebSockets 2020 PHP Edition - Version 20.0 [Build 8155]