Query: call_user_method_array
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CALL_USER_METHOD_ARRAY(3) 1 CALL_USER_METHOD_ARRAY(3) call_user_method_array - Call a user method given with an array of parametersSYNOPSISmixed call_user_method_array (string $method_name, object &$obj, array $params)DESCRIPTIONWarning The call_user_method_array(3) function is deprecated as of PHP 4.1.0.PARAMETERSo $method_name - The method name being called. o $obj - The object that $method_name is being called on. o $params - An array of parameters.EXAMPLESExample #1 call_user_method_array(3) alternative <?php call_user_func_array(array($obj, $method_name), $params); ?>SEE ALSOcall_user_func_array(3), call_user_func(3). PHP Documentation Group CALL_USER_METHOD_ARRAY(3)