register_tick_function

Supported Versions: PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8
Register a function for execution on each tick
<?php register_tick_function(callable $callback, mixed ...$args): bool