vrana           Fri Apr 29 11:55:20 2005 EDT

  Modified files:              
    /phpdoc/en/reference/soap/functions soap-soapclient-soapcall.xml 
  Log:
  Fix parameters
  
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/soap-soapclient-soapcall.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/soap/functions/soap-soapclient-soapcall.xml
diff -u phpdoc/en/reference/soap/functions/soap-soapclient-soapcall.xml:1.1 
phpdoc/en/reference/soap/functions/soap-soapclient-soapcall.xml:1.2
--- phpdoc/en/reference/soap/functions/soap-soapclient-soapcall.xml:1.1 Fri Jan 
28 09:02:11 2005
+++ phpdoc/en/reference/soap/functions/soap-soapclient-soapcall.xml     Fri Apr 
29 11:55:18 2005
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.soap-soapclient-soapcall">
  <refnamediv>
   <refname>SoapClient->__soapCall()</refname>
@@ -12,13 +12,12 @@
   <classsynopsis>
    <ooclass><classname>SoapClient</classname></ooclass>
    <methodsynopsis>
-    <type>mixed</type>
-    <methodname>__soapCall</methodname>
+    <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 
choice="opt"><type>array</type><parameter>options</parameter></methodparam>
-    <methodparam 
choice="opt"><type>array</type><parameter>input_headers</parameter></methodparam>
-    <methodparam 
choice="opt"><type>array</type><parameter>output_headers</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>
    </methodsynopsis>
   </classsynopsis>
   <para>

Reply via email to