SoapServer::addSoapHeader

(PHP 5 >= 5.1.3, PHP 7, PHP 8)

SoapServer::addSoapHeaderAdd a SOAP header to the response

Description

public SoapServer::addSoapHeader(SoapHeader $header): void

Adds a SOAP header to be returned with the response to the current request.

Parameters

header

The header to be returned.

Return Values

No value is returned.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top