PHP function call_user_method()
Availability in PHP 4.0
Call a user method on an specific object
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$method_name |
string |
not | |
$obj |
object |
not | |
$parameter |
mixed |
null, | |
$_ |
mixed |
null |
Return values
mixed