register_tick_function <<< |
unregister_tick_function | Référence des fonctions >>> |
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.16 unregister_tick_function() Annule la fonction exécutée à chaque tick[ Exemples avec unregister_tick_function ] PHP 4 >= 4.0.3, PHP 5 void unregister_tick_function ( string function_name )unregister_tick_function annule l'exécution automatique de func à chaque tick . |
<< | unregister_tick_function | >> |
register_tick_function | Fonctions | Référence des fonctions |