   #PHP Manual COM support functions for Windows com_get com_isenum

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                  com_invoke

   (PHP 3>= 3.0.3)
   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.
   ______________________________________________________________________

   Prev    Home       Next
   com_get  Up  com_isenum
