call_user_method_array(3) php man page | unix.com

Man Page: call_user_method_array

Operating Environment: php

Section: 3

CALL_USER_METHOD_ARRAY(3)						 1						 CALL_USER_METHOD_ARRAY(3)

call_user_method_array - Call a user method given with an array of parameters

SYNOPSIS
mixed call_user_method_array (string $method_name, object &$obj, array $params)
DESCRIPTION
Warning The call_user_method_array(3) function is deprecated as of PHP 4.1.0.
PARAMETERS
o $method_name - The method name being called. o $obj - The object that $method_name is being called on. o $params - An array of parameters.
EXAMPLES
Example #1 call_user_method_array(3) alternative <?php call_user_func_array(array($obj, $method_name), $params); ?>
SEE ALSO
call_user_func_array(3), call_user_func(3). PHP Documentation Group CALL_USER_METHOD_ARRAY(3)
Related Man Pages
get_class_methods(3) - php
forward_static_call(3) - php
stream_context_set_params(3) - php
xhprof_enable(3) - php
mysqli_result.fetch_object(3) - php
Similar Topics in the Unix Linux Community
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Please Welcome Nicki Paul to the Moderator Team!