SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Request Event

Fires when a request is received from the client.

Object Oriented Interface

public function fireRequest($param);

Procedural Interface

secureblackbox_kmipserver_register_callback($res, 10, array($this, 'fireRequest'));

Parameter List


'connectionid'
'operation'
'username'
'reject'

Remarks

The Operation parameter specifies the operation to perform, and Username the originator of the request. Use the Reject parameter to reject the request.

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