SoapServer
PHP Manual

SoapServer::addSoapHeader

(PHP 5 >= 5.0.1, PHP 7)

SoapServer::addSoapHeaderAdd a SOAP header to the response

Descrierea

public void SoapServer::addSoapHeader ( SoapHeader $object )

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

Parametri

object

The header to be returned.

Valorile întoarse

Nu este întoarsă nici o valoare.


SoapServer
PHP Manual