reference/soap/soapclient/soapcall.xml
fe4e8b87d18f17394e7177917c498774b062448c
...
...
@@ -8,7 +8,7 @@
8
8

9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
-
<methodsynopsis>
11
+
<methodsynopsis role="SoapClient">
12
12
<modifier>public</modifier> <type>mixed</type><methodname>SoapClient::__soapCall</methodname>
13
13
<methodparam><type>string</type><parameter>name</parameter></methodparam>
14
14
<methodparam><type>array</type><parameter>args</parameter></methodparam>
...
...
@@ -94,15 +94,15 @@
94
94
<refsect1 role="returnvalues">
95
95
&reftitle.returnvalues;
96
96
<para>
97
-
SOAP functions may return one, or multiple values. If only one value is returned
98
-
by the SOAP function, the return value of <literal>__soapCall</literal> will be
99
-
a simple value (e.g. an integer, a string, etc). If multiple values are
100
-
returned, <literal>__soapCall</literal> will return
101
-
an associative array of named output parameters.
97
+
SOAP functions may return one, or multiple values. If only one value is
98
+
returned by the SOAP function, the return value will be a scalar.
99
+
If multiple values are returned, an associative array of named output
100
+
parameters is returned instead.
102
101
</para>
103
102
<para>
104
-
On error, if the SoapClient object was constructed with the <literal>exceptions</literal>
105
-
option set to &false;, a SoapFault object will be returned.
103
+
On error, if the <classname>SoapClient</classname> object was constructed
104
+
with the <literal>exceptions</literal> option set to &false;,
105
+
a <classname>SoapFault</classname> object will be returned.
106
106
</para>
107
107
</refsect1>
108
108

...
...
@@ -110,7 +110,7 @@
110
110
&reftitle.examples;
111
111
<para>
112
112
<example>
113
-
<title><function>SoapClient::__soapCall</function> example</title>
113
+
<title><methodname>SoapClient::__soapCall</methodname> example</title>
114
114
<programlisting role="php">
115
115
<![CDATA[
116
116
<?php
117
117