true, false and classname

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275979 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2009-02-17 10:01:12 +00:00
parent fdbc619779
commit ce95eb3e54

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<refentry xml:id="function.use-soap-error-handler" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@ -15,9 +15,9 @@
</methodsynopsis>
<para>
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 <literal>true</literal>, details of errors
in a SoapServer application will be sent to the clients. If <literal>false</literal>,
no information will be sent.
It will return the previous value. If set to &true;, details of errors
in a <classname>SoapServer</classname> application will be sent to the clients.
If &false;, no information will be sent.
</para>
</refsect1>
@ -29,7 +29,7 @@
<term><parameter>handler</parameter></term>
<listitem>
<para>
Set to <literal>true</literal> to send error details to clients.
Set to &true; to send error details to clients.
</para>
</listitem>
</varlistentry>