array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'soapserver.addsoapheader.php', 1 => 'SoapServer::addSoapHeader', 2 => 'Add a SOAP header to the response', ), 'up' => array ( 0 => 'class.soapserver.php', 1 => 'SoapServer', ), 'prev' => array ( 0 => 'soapserver.addfunction.php', 1 => 'SoapServer::addFunction', ), 'next' => array ( 0 => 'soapserver.construct.php', 1 => 'SoapServer::__construct', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/soap/soapserver/addsoapheader.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SoapServer::addSoapHeader

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

SoapServer::addSoapHeaderAdd a SOAP header to the response

Açıklama

public SoapServer::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.