|
Sommaire
Introduction |
6.9.3 call_user_method_arrayPHP 4 >= 4.0.5Description mixed call_user_method_array(string method_name ,object obj ,[array paramarr ]) call_user_method_array appelle la méthode method_name de l'object obj, en utilisant les paramètres paramarr, rassemblés sous forme de tableau. Voir aussi call_user_func_array, call_user_func et call_user_method.
|