php / 8.1.5 / function.unregister-tick-function.html /

unregister_tick_function

(PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8)

unregister_tick_functionDe-register a function for execution on each tick

Description

unregister_tick_function(callable $callback): void

De-registers the function function 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

© 1997–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.unregister-tick-function.php