SecureBlackbox 2020 PHP Edition

Questions / Feedback?

HeadersReceived Event

Fires when the HTTP response headers have just been received from the server.

Object Oriented Interface

public function fireHeadersReceived($param);

Procedural Interface

secureblackbox_soapclient_register_callback($res, 10, array($this, 'fireHeadersReceived'));

Parameter List



Remarks

The received headers are available via the ResponseHeaders property.

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