call_user_method
指定したオブジェクトのユーザーメソッドをコールする [古い関数]
&reftitle.description;
mixedcall_user_method
stringmethod_name
objectobj
mixedparameter
mixed...
PHP 4.1.0 以降、call_user_method
関数は非推奨となっています。
&reftitle.parameters;
method_name
コールするメソッド名。
obj
コールする method_name
があるオブジェクト。
parameter ...
オプションのパラメータ。
&reftitle.examples;
call_user_method の代替策
]]>
&reftitle.seealso;
call_user_func_array
call_user_func