vrana Fri Jan 7 04:45:14 2005 EDT
Modified files: /phpdoc/en/reference/soap/functions SoapParam-SoapParam.xml Log: Typo (bug #31437) http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/SoapParam-SoapParam.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/soap/functions/SoapParam-SoapParam.xml diff -u phpdoc/en/reference/soap/functions/SoapParam-SoapParam.xml:1.6 phpdoc/en/reference/soap/functions/SoapParam-SoapParam.xml:1.7 --- phpdoc/en/reference/soap/functions/SoapParam-SoapParam.xml:1.6 Fri Nov 12 07:53:22 2004 +++ phpdoc/en/reference/soap/functions/SoapParam-SoapParam.xml Fri Jan 7 04:45:14 2005 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <refentry id="function.SoapParam-SoapParam"> <refnamediv> <refname>SoapParam::SoapParam</refname> @@ -15,7 +15,7 @@ <methodparam><type>string</type><parameter>name</parameter></methodparam> </methodsynopsis> <para> - SoapParam is a special low-level class for naming parameters and return ing + SoapParam is a special low-level class for naming parameters and returning values in non-WSDL mode. It is just a data holder and it does not have any special methods except the constructor. The constructor takes <parameter>data</parameter> to pass or return and <parameter>name</parameter>.