PHP 8.3.4 Released!

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 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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top