reference/soap/functions/use-soap-error-handler.xml
40d440e3fd0ce3418c42375129a1f363ba623833
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="function.use-soap-error-handler" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>use_soap_error_handler</refname>
...
...
@@ -11,7 +10,7 @@
11
10
&reftitle.description;
12
11
<methodsynopsis>
13
12
<type>bool</type><methodname>use_soap_error_handler</methodname>
14
-
<methodparam choice="opt"><type>bool</type><parameter>handler</parameter><initializer>&true;</initializer></methodparam>
13
+
<methodparam choice="opt"><type>bool</type><parameter>enable</parameter><initializer>&true;</initializer></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
This function sets whether or not to use the SOAP error handler in the SOAP server.
...
...
@@ -28,7 +27,7 @@
28
27
<para>
29
28
<variablelist>
30
29
<varlistentry>
31
-
<term><parameter>handler</parameter></term>
30
+
<term><parameter>enable</parameter></term>
32
31
<listitem>
33
32
<para>
34
33
Set to &true; to send error details to clients.
...
...
@@ -57,7 +56,6 @@
57
56
</refsect1>
58
57

59
58
</refentry>
60
-

61
59
<!-- Keep this comment at the end of the file
62
60
Local variables:
63
61
mode: sgml
64
62