IPWorks WebSockets 2020 PHP Edition

Questions / Feedback?

Send Method

Sends data to the remote host.

Object Oriented Interface

public function doSend($data);

Procedural Interface

ipworksws_websocketclient_do_send($res, $data);

Remarks

This method sends data to the remote host. Calling this method is equivalent to setting the DataToSend property to Text.

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