| Hannes Magnusson 2006-09-28, 7:57 am |
| bjori Thu Sep 28 11:41:07 2006 UTC
Modified files:
/phpdoc/en/reference/soap/functions soap-soapclient-soapcall.xml
Log:
The second arguments isnt optional
http://cvs.php.net/viewvc.cgi/phpdo...3&diff_format=u
Index: phpdoc/en/reference/soap/functions/soap-soapclient-soapcall.xml
diff -u phpdoc/en/reference/soap/functions/soap-soapclient-soapcall.xml:1.2 phpdoc/en/reference/soap/functions/soap-soapclient-soapcall.xml:1.3
--- phpdoc/en/reference/soap/functions/soap-soapclient-soapcall.xml:1.2 Fri Apr 29 15:55:18 2005
+++ phpdoc/en/reference/soap/functions/soap-soapclient-soapcall.xml Thu Sep 28 11:41:07 2006
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.soap-soapclient-soapcall">
<refnamediv>
<refname>SoapClient->__soapCall()</refname>
@@ -14,7 +14,7 @@
<methodsynopsis>
<type>mixed</type><methodname>__soapCall</methodname>
<methodparam><type>string</type><parameter>function_name</parameter></methodparam>
- <methodparam choice="opt"><type>array</type><parameter>arguments</parameter></methodparam>
+ <methodparam><type>array</type><parameter>arguments</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>options</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter>input_headers</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter role="reference">output_headers</parameter></methodparam>
|