From dca2de1c580f7d739f83f46feddaa4c62b9756c4 Mon Sep 17 00:00:00 2001 From: Oliver Albers Date: Thu, 24 Aug 2006 07:38:41 +0000 Subject: [PATCH] user contributed notes included git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218776 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/soap-soapclient-construct.xml | 25 ++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/reference/soap/functions/soap-soapclient-construct.xml b/reference/soap/functions/soap-soapclient-construct.xml index 773b4b70d4..a594f3079c 100644 --- a/reference/soap/functions/soap-soapclient-construct.xml +++ b/reference/soap/functions/soap-soapclient-construct.xml @@ -1,5 +1,5 @@ - + SoapClient->__construct() @@ -77,8 +77,27 @@ as keys and names of PHP classes as values. - The trace and exceptions options - are useful for debuging purpose. + Setting the boolean trace option enables use of the + methods + SoapClient->__getLastRequest, + + SoapClient->__getLastRequestHeaders, + + SoapClient->__getLastResponse and + + SoapClient->__getLastResponseHeaders. + + + The exceptions option is a boolean value defining whether + soap errors throw exceptions of type + SoapFault. + + + The connection_timeout option defines a timeout in seconds + for the connection to the SOAP service. This option does not define a timeout + for services with slow responses. To limit the time to wait for calls to finish the + default_socket_timeout setting + is available.