SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SetResponseBytes Method

Sets a byte array to be served as a response.

Object Oriented Interface

public function doSetResponseBytes($connectionid, $bytes, $contenttype);

Procedural Interface

secureblackbox_websocketserver_do_setresponsebytes($res, $connectionid, $bytes, $contenttype);

Remarks

Use this property to provide the response content in a byte array.

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