SoapServer::addSoapHeader

(PHP 5 >= 5.1.3, PHP 7)

SoapServer::addSoapHeaderAdd a SOAP header to the response

Descrição

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

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

Parâmetros

object

The header to be returned.

Valor Retornado

Não há valor retornado.