| Manuál PHP | ||
|---|---|---|
| Předcházející | Další | |
Registers the given function to be executed when a
tick is called.
functionThe function name as a string, or an array consisting of an object and a method.
arg
...
| 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 | unregister_tick_function |