Sommaire

Fonctions

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.34.9 register_shutdown_function

PHP 3>= 3.0.4, PHP 4 >= 4.0.0

Description

int register_shutdown_function(string func )

register_shutdown_function enregistre la fonction func pour exécution à l'extinction du script.

Erreur courante :@:

Etant donné qu'aucun affichage n'est possible depuis la fonction func, vous ne pouvez pas y mettre d'informations de débuggage par print ou echo!