For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > August 2006 > cvs: phpdoc /en/reference/soap/functions soap-soapclient-construct.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/soap/functions soap-soapclient-construct.xml
Oliver Albers

2006-08-24, 3:57 am

simp Thu Aug 24 07:38:41 2006 UTC

Modified files:
/phpdoc/en/reference/soap/functions soap-soapclient-construct.xml
Log:
user contributed notes included

http://cvs.php.net/viewvc.cgi/phpdo...7&diff_format=u
Index: phpdoc/en/reference/soap/functions/soap-soapclient-construct.xml
diff -u phpdoc/en/reference/soap/functions/soap-soapclient-construct.xml:1.6 phpdoc/en/reference/soap/functions/soap-soapclient-construct.xml:1.7
--- phpdoc/en/reference/soap/functions/soap-soapclient-construct.xml:1.6 Wed Dec 21 19:40:08 2005
+++ phpdoc/en/reference/soap/functions/soap-soapclient-construct.xml Thu Aug 24 07:38:41 2006
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.soap-soapclient-construct">
<refnamediv>
<refname>SoapClient->__construct()</refname>
@@ -77,8 +77,27 @@
as keys and names of PHP classes as values.
</para>
<para>
- The <literal>trace</literal> and <literal>exceptions</literal> options
- are useful for debuging purpose.
+ Setting the boolean <literal>trace</literal> option enables use of the
+ methods <link linkend="function.soap-soapclient-getlastrequest">
+ SoapClient->__getLastRequest</link>,
+ <link linkend="function.soap-soapclient-getlastrequestheaders">
+ SoapClient->__getLastRequestHeaders</link>,
+ <link linkend="function.soap-soapclient-getlastresponse">
+ SoapClient->__getLastResponse</link> and
+ <link linkend="function.soap-soapclient-getlastresponseheaders">
+ SoapClient->__getLastResponseHeaders</link>.
+ </para>
+ <para>
+ The <literal>exceptions</literal> option is a boolean value defining whether
+ soap errors throw exceptions of type <link linkend="function.soap-soapfault-construct">
+ SoapFault</link>.
+ </para>
+ <para>
+ The <literal>connection_timeout</literal> 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
+ <link linkend="ini.default-socket-timeout">default_socket_timeout</link> setting
+ is available.
</para>
</listitem>
</varlistentry>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com