func_get_arg <<< |
func_get_args | func_num_args >>> |
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.10 func_get_args() Retourne les arguments d'une fonction sous forme de tableau[ Exemples avec func_get_args ] PHP 4 array func_get_args ( void )func_get_args retourne un tableau dont les éléments correspondent aux éléments de la liste d'arguments de la fonction. func_get_args générera une alerte si elle est appelée hors d'une fonction.
func_get_arg peut être utilisé conjointement à func_num_args et func_get_args pour permettre aux fonctions utilisateurs d'accepter un nombre variable d'arguments.
|
<< | func_get_args | >> |
func_get_arg | Fonctions | func_num_args |