| 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ů
functionThe 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 |