SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SendData Method

Sends a data buffer to a connection client.

Object Oriented Interface

public function doSendData($connectionid, $buffer);

Procedural Interface

secureblackbox_tlsserver_do_senddata($res, $connectionid, $buffer);

Remarks

Use this method to send a data buffer to a connected client. Use ConnectionID to specify the client.

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