|
call_user_methodCall a user method on an specific object [deprecated] Description
mixed call_user_method
( string
$method_name
, object &$obj
[, mixed $parameter
[, mixed $...
]] )Warning
The call_user_method function is deprecated as of PHP 4.1.0. Parameters
Examples
Example #1 call_user_method alternative
<?php See Also
|