Home > PHP > Function > Classes/Objects > call_user_method_array()

call_user_method_array()

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

Syntax

mixed call_user_method_array (string $method_name, object &$obj, array $params)

Arguments

  • method_name
  • obj
  • params

Description

Version

PHP 4.0.5, 5

Return value