PHP 7.0.6 Released

SoapServer::addSoapHeader

(PHP 5 >= 5.0.1, PHP 7)

SoapServer::addSoapHeaderAdd a SOAP header to the response

Description

public void SoapServer::addSoapHeader ( SoapHeader $object )

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

Parameters

object

The header to be returned.

Return Values

No value is returned.

User Contributed Notes

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