SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SendText Method

Sends a piece of text data to the client.

Object Oriented Interface

public function doSendText($connectionid, $text);

Procedural Interface

secureblackbox_websocketserver_do_sendtext($res, $connectionid, $text);

Remarks

Use this method to send a piece of text data to the client.

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