SoapServer::addSoapHeader

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

SoapServer::addSoapHeaderAdd a SOAP header to the response

Açıklama

publicSoapServer::addSoapHeader(SoapHeader$header): void

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

Bağımsız Değişkenler

header

The header to be returned.

Dönen Değerler

Hiçbir değer dönmez.

To Top