SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Disconnect Event

Fires to report a disconnected client.

Object Oriented Interface

public function fireDisconnect($param);

Procedural Interface

secureblackbox_websocketserver_register_callback($res, 7, array($this, 'fireDisconnect'));

Parameter List


'connectionid'

Remarks

The class fires this event when a connected client disconnects.

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