php8.5
Home/ Manual/ funchand / functions/ unregister_tick_function

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

callback

The function to de-register.

Return Values

Void

See Also

Source: reference/funchand/functions/unregister-tick-function.xml · from the official PHP manual (php/doc-en)