Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
register_tick_function
Popis
bool register_tick_function ( callback function [, mixed arg [, mixed ...]] )
Registers the given function
to be executed when a
tick is called.
Seznam parametrů
function
The function name as a string, or an array consisting of an object and a method.
arg
...
Poznámky
Varovánà |
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. |
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
register_shutdown_function | Nahoru |