unregister_tick_function
PHP function
Edit on GitHub ✎
(PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8)
De-register a function for execution on each tick
Description
unregister_tick_function(callable $callback): void
De-registers the function callback so it is no longer executed when a tick is called.
Parameters
callbackThe function to de-register.
Return Values
Void