PHP Manual
com_invoke
Description
mixed com_invoke ( resource com_object, string function_name [, mixed function_parameters] )
com_invoke() invokes the method
named function_name of the COM
component referenced by com_object.
com_invoke() returns FALSE on error,
returns the function_name's return
value on success. All the extra parameters
function_parameters are passed to
the method function_name.
Note: This function does not exist in PHP 5; instead, you should use the regular and more natural OO syntax to access properties or call methods.
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




