SoapServer::addSoapHeader
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.1.3, PHP 7, PHP 8)
Add a SOAP header to the response
Description
SoapServer::addSoapHeader(SoapHeader $header): void
Adds a SOAP header to be returned with the response to the current request.
Parameters
headerThe header to be returned.
Return Values
Void