|
com_invokeCalls a COM component's method [deprecated] Description
mixed com_invoke
( resource
$com_object
, string $function_name
[, mixed $function_parameters
] )
com_invoke invokes the method
named
Example #1 Don't use com_invoke(), use OO syntax instead
<?php
|