mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
* Fixed #50428 (SOAPClient::SOAPClient documentation missing trace option)
* Fixed #50429 (SOAPClient::SOAPClient documentation doesn't specify default soap_version) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292410 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
afb526ce12
commit
3b3842390f
1 changed files with 5 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
</para>
|
||||
<para>
|
||||
The <literal>soap_version</literal> option specifies whether to use SOAP
|
||||
1.1, or SOAP 1.2 client.
|
||||
1.1 (default), or SOAP 1.2 client.
|
||||
</para>
|
||||
<para>
|
||||
For HTTP authentication, the <literal>login</literal> and
|
||||
|
@ -78,6 +78,10 @@
|
|||
encoding. This option does not change the encoding of SOAP requests (it is
|
||||
always utf-8), but converts strings into it.
|
||||
</para>
|
||||
<para>
|
||||
The <literal>trace</literal> option enables tracing of request so faults
|
||||
can be backtraced. This defaults to &false;
|
||||
</para>
|
||||
<para>
|
||||
The <literal>classmap</literal> option can be used to map some WSDL
|
||||
types to PHP classes. This option must be an array with WSDL types
|
||||
|
|
Loading…
Reference in a new issue