register_tick_function
Opis
bool register_tick_function ( callback function [, mixed arg [, mixed ...]] )
Registers the given function to be executed when a
tick is called.
Parametry
functionThe function name as a string, or an array consisting of an object and a method.
arg...
Notatki
| Ostrzeżenie |
register_tick_function() should not be used with threaded web server modules. Ticks are not working in ZTS mode and may crash your web server. |
| Poprzedni | Spis treści | Następny |
| register_shutdown_function | Początek rozdziału |