From ce95eb3e540879c121eada3e8af1379f8224bf9d Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Tue, 17 Feb 2009 10:01:12 +0000 Subject: [PATCH] true, false and classname git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275979 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/soap/functions/use-soap-error-handler.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/soap/functions/use-soap-error-handler.xml b/reference/soap/functions/use-soap-error-handler.xml index 51f0494cbf..38927b1810 100644 --- a/reference/soap/functions/use-soap-error-handler.xml +++ b/reference/soap/functions/use-soap-error-handler.xml @@ -1,5 +1,5 @@ - + @@ -15,9 +15,9 @@ 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 true, details of errors - in a SoapServer application will be sent to the clients. If false, - no information will be sent. + It will return the previous value. If set to &true;, details of errors + in a SoapServer application will be sent to the clients. + If &false;, no information will be sent. @@ -29,7 +29,7 @@ handler - Set to true to send error details to clients. + Set to &true; to send error details to clients.