detailed a bit more

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157263 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2004-04-27 12:24:24 +00:00
parent cc87346a63
commit 7e6176231a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/com.xml, last change in rev 1.7 -->
<refentry id="function.com-invoke">
<refnamediv>
@ -14,16 +14,17 @@
<type>mixed</type><methodname>com_invoke</methodname>
<methodparam><type>resource</type><parameter>com_object</parameter></methodparam>
<methodparam><type>string</type><parameter>function_name</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter>
function parameters, ...
</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter>function_parameters</parameter></methodparam>
</methodsynopsis>
<para>
<function>com_invoke</function> invokes a method of the COM
component referenced by
<parameter>com_object</parameter>. Returns
&false; on error, returns the
<parameter>function_name</parameter>'s return value on success.
<function>com_invoke</function> invokes the method
named <parameter>function_name</parameter> of the COM
component referenced by <parameter>com_object</parameter>.
<function>com_invoke</function> returns &false; on error,
returns the <parameter>function_name</parameter>'s return
value on success. All the extra parameters
<parameter>function_parameters</parameter> are passed to
the method <parameter>function_name</parameter>.
</para>
</refsect1>
</refentry>