uTools-Manuals/docs/php/use_soap_error_handler.html
2019-04-08 23:22:26 +08:00

75 lines
2.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Set whether to use the SOAP error handler</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.use-soap-error-handler" class="refentry">
<div class="refnamediv">
<h1 class="refname">use_soap_error_handler</h1>
<p class="verinfo">(PHP 5, PHP 7)</p><p class="refpurpose"><span class="refname">use_soap_error_handler</span> &mdash; <span class="dc-title">Set whether to use the SOAP error handler</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.use-soap-error-handler-description">
<h3 class="title">说明</h3>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>use_soap_error_handler</strong></span>
([ <span class="methodparam"><span class="type">bool</span> <code class="parameter">$handler</code><span class="initializer"> = <strong><code>TRUE</code></strong></span></span>
] ) : <span class="type">bool</span></div>
<p class="para rdfs-comment">
This function sets whether or not to use the SOAP error handler in the SOAP server.
It will return the previous value. If set to <strong><code>TRUE</code></strong>, details of errors
in a <a href="class.soapserver.html" class="classname">SoapServer</a> application will be sent to the client
as a SOAP fault message.
If <strong><code>FALSE</code></strong>, the standard PHP error handler is used.
The default is to send error to the client as SOAP fault message.
</p>
</div>
<div class="refsect1 parameters" id="refsect1-function.use-soap-error-handler-parameters">
<h3 class="title">参数</h3>
<p class="para">
<dl>
<dt>
<code class="parameter">handler</code></dt>
<dd>
<p class="para">
Set to <strong><code>TRUE</code></strong> to send error details to clients.
</p>
</dd>
</dl>
</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.use-soap-error-handler-returnvalues">
<h3 class="title">返回值</h3>
<p class="para">
Returns the original value.
</p>
</div>
<div class="refsect1 seealso" id="refsect1-function.use-soap-error-handler-seealso">
<h3 class="title">参见</h3>
<p class="para">
<ul class="simplelist">
<li class="member"><span class="function"><a href="set_error_handler.html" class="function" rel="rdfs-seeAlso">set_error_handler()</a> - 设置用户自定义的错误处理函数</span></li>
<li class="member"><span class="function"><a href="set_exception_handler.html" class="function" rel="rdfs-seeAlso">set_exception_handler()</a> - 设置用户自定义的异常处理函数</span></li>
</ul>
</p>
</div>
</div></div></div></body></html>