Constantes prédefinies <<< |
call_user_func_array | call_user_func >>> |
7.34 Fonctions 7 Index des fonctions Manuel PHP . Introduction . Pré-requis . Installation . Configuration à l'exécution . Constantes prédefinies ->call_user_func_array . call_user_func . create_function . func_get_arg . func_get_args . func_num_args . function_exists . get_defined_functions . register_shutdown_function . register_tick_function . unregister_tick_function |
7.34.6 call_user_func_array() Appelle une fonction utilisateur avec les paramètres rassemblés en tableau[ Exemples avec call_user_func_array ] PHP 4 >= 4.0.4 mixed call_user_func_array ( callback function , array paramarr )call_user_func_array appelle la fonction utilisateur function_name avec les paramètres paramarr , rassemblés dans un tableau.
Voir aussi call_user_func , call_user_method et call_user_method_array . |
<< | call_user_func_array | >> |
Constantes prédefinies | Fonctions | call_user_func |