PHP funkce call_user_func_array()
Dostupnost ve verzích: PHP 4.0.4
Call a user function given with an array of parameters
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$function |
callback |
není | The function to be called. |
$param_arr |
array |
není | The parameters to be passed to the function, as an indexed array. |
Návratové hodnoty
mixed
the function result, or false on error.