PHP: unregister_tick_function - Manual
(PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8)
unregister_tick_function — De-register a function for execution on each tick
Description
function unregister_tick_function(callable $callback): void
De-registers the function callback so it is
no longer executed when a tick is
called.
Parameters
callback-
The function to de-register.
Return Values
No value is returned.
See Also
- register_tick_function() - Register a function for execution on each tick
Found A Problem?
User Contributed Notes
There are no user contributed notes for this page.