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); ?>
(PHP 5 >= 5.1.3, PHP 7, PHP 8)
SoapServer::addSoapHeader — Add a SOAP header to the response
Adds a SOAP header to be returned with the response to the current request.
headerThe header to be returned.
Hiçbir değer dönmez.