com_invoke(3) php man page | unix.com

Man Page: com_invoke

Operating Environment: php

Section: 3

COM_INVOKE(3)								 1							     COM_INVOKE(3)

com_invoke - Calls a COM component's method [deprecated]

DESCRIPTION
mixed com_invoke (resource $com_object, string $function_name, [mixed $function_parameters]) com_invoke(3) invokes the method named $function_name of the COM component referenced by $com_object. com_invoke(3) returns FALSE on error, returns the $function_name's return value on success. All the extra parameters $function_parameters are passed to the method $func- tion_name. Example #1 Don't use com_invoke(), use OO syntax instead <?php // do this $val = $obj->method($one, $two); // instead of this: $val = com_invoke($obj, 'method', $one, $two); ?> 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. PHP Documentation Group COM_INVOKE(3)
Related Man Pages
runkit_method_rename(3) - php
soapclient.__soapcall(3) - php
gearmanworker(3) - php
sqlite_create_function(3) - php
bio::mage::base(3pm) - debian
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Denial Of Service Attack Update