register_tick_function
PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8
register_tick_function - Register a function for execution on each tick
Manual
register_tick_function(
callable$callback,
... mixed$args ): bool
Registers the given callback to be executed when a tick is called.
Parameters
- callback
-
The function to register.
- args
-
Return Values
Returns true on success or false on failure.