call_user_func_array
(PHP 4 >= 4.0.4, PHP 5)
call_user_func_array -- Call a user function given with an array of parametersOpis
mixed call_user_func_array ( callback function, array param_arr )
Call a user defined function with the parameters in
param_arr.
Parametry
functionThe function to be called.
param_arrThe parameters to be passed to the function, as an indexed array.
Przykłady
| Poprzedni | Spis treści | Następny |
| Function Handling Functions | Początek rozdziału |