Russian Ukraine English
Catalog RSS


com_invoke

(PHP 3>= 3.0.3, PHP 4 )

com_invoke -- Calls a COM component's method.

Description

mixed com_invoke (resource com_object, string function_name [, mixed function parameters, ...])

Com_invoke() invokes a method of the COM component referenced by com_object. Returns false on error, returns the function_name's return value on success.

Led