



|
Manuel PHP
|
|
Table : .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 |
function_existsfunction_existsDescriptionbool 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().
|

