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

call_user_method()

call_user_method - Call a user method on an specific object [deprecated]

Syntax

mixed call_user_method (string $method_name, object &$obj, mixed $parameter, mixed $...)

Arguments

  • method_name
  • obj
  • parameter
  • ...

Description

Version

PHP 4, 5

Return value