CakeFest 2024: The Official CakePHP Conference

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

Descrizione

unregister_tick_function(callable $callback): void

De-registers the function callback so it is no longer executed when a tick is called.

Elenco dei parametri

callback

The function to de-register.

Valori restituiti

Nessun valore viene restituito.

Vedere anche:

add a note

User Contributed Notes

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