KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
Classes/Objects
call_user_method
call_user_method_array
class_alias
class_exists
get_called_class
get_class
get_class_methods
get_class_vars
get_declared_classes
get_declared_interfaces
get_object_vars
get_parent_class
interface_exists
is_a
is_subclass_of
method_exists
property_exists
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