📄 ref.soap.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>SOAP Functions</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.soap.html">SOAP</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.is-soap-fault.html">is_soap_fault</a></div> <div class="up"><a href="book.soap.html">SOAP</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div> <h1 class="title">SOAP Functions</h1> <div class="partintro"> <div id="soap.classes" class="section"> <h2 class="title">Predefined Classes</h2> <div id="soap.class.soapclient" class="section"> <h2 class="title"><b class="classname">SoapClient</b></h2> <p class="para"/> <div id="soap.class.soapclient.constructor" class="section"> <h2 class="title">Constructor</h2> <ul class="itemizedlist"> <li class="listitem"> <p class="para"><a href="function.soap-soapclient-construct.html" class="xref">SoapClient->__construct</a> - constructs a new SoapClient object</p> </li> </ul> </div> <div id="soap.class.soapclient.methods" class="section"> <h2 class="title">Methods</h2> <ul class="itemizedlist"> <li class="listitem"> <p class="para"><a href="function.soap-soapclient-call.html" class="xref">SoapClient->__call</a> - Calls a SOAP function (deprecated)</p> </li> <li class="listitem"> <p class="para"><a href="function.soap-soapclient-dorequest.html" class="xref">SoapClient->__doRequest</a> - Performs a SOAP request</p> </li> <li class="listitem"> <p class="para"><a href="function.soap-soapclient-getfunctions.html" class="xref">SoapClient->__getFunctions</a> - Returns list of SOAP functions</p> </li> <li class="listitem"> <p class="para"><a href="function.soap-soapclient-getlastrequest.html" class="xref">SoapClient->__getLastRequest</a> - Returns last SOAP request</p> </li> <li class="listitem"> <p class="para"><a href="function.soap-soapclient-getlastrequestheaders.html" class="xref">SoapClient->__getLastRequestHeaders</a> - Returns last SOAP request headers</p> </li> <li class="listitem"> <p class="para"><a href="function.soap-soapclient-getlastresponse.html" class="xref">SoapClient->__getLastResponse</a> - Returns last SOAP response</p> </li> <li class="listitem"> <p class="para"><a href="function.soap-soapclient-getlastresponseheaders.html" class="xref">SoapClient->__getLastResponseHeaders</a> - Returns last SOAP response headers</p> </li> <li class="listitem"> <p class="para"><a href="function.soap-soapclient-gettypes.html" class="xref">SoapClient->__getTypes</a> - Returns list of SOAP types</p> </li> <li class="listitem"> <p class="para"><a href="function.soap-soapclient-setcookie.html" class="xref">SoapClient->__setCookie</a> - Sets the cookie that will be sent with the SOAP request</p> </li> <li class="listitem"> <p class="para"><a href="function.soap-soapclient-soapcall.html" class="xref">SoapClient->__soapCall</a> - Calls a SOAP function</p> </li> </ul> </div> </div> <div id="soap.class.soapfault" class="section"> <h2 class="title"><b class="classname">SoapFault</b></h2> <p class="para"/> <div id="soap.class.soapfault.constructor" class="section"> <h2 class="title">Constructor</h2> <ul class="itemizedlist"> <li class="listitem"> <p class="para"><a href="function.soap-soapfault-construct.html" class="xref">SoapFault->__construct</a> - construct a new SoapFault object</p> </li> </ul> </div> </div> <div id="soap.class.soapheader" class="section"> <h2 class="title"><b class="classname">SoapHeader</b></h2> <p class="para"> <b class="classname">SoapHeader</b> is a special low-level class for passing or returning SOAP headers. It's just a data holder and it does not have any special methods except its constructor. It can be used in the <a href="function.soap-soapclient-soapcall.html" class="xref">SoapClient->__soapCall</a> method to pass a SOAP header or in a SOAP header handler to return the header in a SOAP response. </p> <div id="soap.class.soapheader.constructor" class="section"> <h2 class="title">Constructor</h2> <ul class="itemizedlist"> <li class="listitem"> <p class="para"><a href="function.soap-soapheader-construct.html" class="xref">SoapHeader->__construct</a> - construct a new SoapHeader object</p> </li> </ul> </div> </div> <div id="soap.class.soapparam" class="section"> <h2 class="title"><b class="classname">SoapParam</b></h2> <p class="para"> <b class="classname">SoapParam</b> is a special low-level class for naming parameters and returning values in <i>non-WSDL</i> mode. It's just a data holder and it does not have any special methods except its constructor. </p> <div id="soap.class.soapparam.constructor" class="section"> <h2 class="title">Constructor</h2> <ul class="itemizedlist"> <li class="listitem"> <p class="para"><a href="function.soap-soapparam-construct.html" class="xref">SoapParam->__construct</a> - construct a new SoapParam object</p> </li> </ul> </div> </div> <div id="soap.class.soapserver" class="section"> <h2 class="title"><b class="classname">SoapServer</b></h2> <p class="para"/> <div id="soap.class.soapserver.constructor" class="section"> <h2 class="title">Constructor</h2> <ul class="itemizedlist"> <li class="listitem"> <p class="para"><a href="function.soap-soapserver-construct.html" class="xref">SoapServer->__construct</a> - construct a new SoapServer object</p> </li> </ul> </div> <div id="soap.class.soapserver.methods" class="section"> <h2 class="title">Methods</h2> <ul class="itemizedlist"> <li class="listitem"> <p class="para"><a href="function.soap-soapserver-addfunction.html" class="xref">SoapServer->addFunction</a> - Adds one or several functions those will handle SOAP requests</p> </li> <li class="listitem"> <p class="para"><a href="function.soap-soapserver-fault.html" class="xref">SoapServer->fault</a> - </p> </li> <li class="listitem"> <p class="para"><a href="function.soap-soapserver-getfunctions.html" class="xref">SoapServer->getFunctions</a> - Returns list of defined functions</p> </li> <li class="listitem"> <p class="para"><a href="function.soap-soapserver-handle.html" class="xref">SoapServer->handle</a> - Handles a SOAP request</p> </li> <li class="listitem"> <p class="para"><a href="function.soap-soapserver-setclass.html" class="xref">SoapServer->setClass</a> - Sets class which will handle SOAP requests</p> </li> <li class="listitem"> <p class="para"><a href="function.soap-soapserver-setpersistence.html" class="xref">SoapServer->setPersistence</a> - Sets persistence mode of SoapServer</p> </li> </ul> </div> </div> <div id="soap.class.soapvar" class="section"> <h2 class="title"><b class="classname">SoapVar</b></h2> <p class="para"> <b class="classname">SoapVar</b> is a special low-level class for encoding parameters and returning values in <i>non-WSDL</i> mode. It's just a data holder and does not have any special methods except the constructor. It's useful when you want to set the type property in SOAP request or response. </p> <div id="soap.class.soapvar.constructor" class="section"> <h2 class="title">Constructor</h2> <ul class="itemizedlist"> <li class="listitem"> <p class="para"><a href="function.soap-soapvar-construct.html" class="xref">SoapVar->__construct</a> - construct a new SoapVar object</p> </li> </ul> </div> </div> </div> </div> <h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.is-soap-fault.html">is_soap_fault</a> 鈥
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -