func_num_args <<< |
function_exists | get_defined_functions >>> |
6.12 Fonctions 6 Référence des fonctions Manuel PHP . Introduction . Pré-requis . Installation . Configuration à l'exécution . Constantes pré-définies . 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 |
6.12.12 function_exists() Indique si une fonction est définie[ Exemples avec function_exists ] PHP 3 >= 3.0.7, PHP 4, PHP 5 bool function_exists ( string function_name )function_exists vérifie la liste des fonctions définies par l'utilisateur. Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.
Voir aussi method_exists , is_callable et get_defined_functions . |
<< | function_exists | >> |
func_num_args | Fonctions | get_defined_functions |