unregister_tick_function

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

unregister_tick_functionAnula la función ejecutada en cada tick

Descripción

unregister_tick_function(callable $callback): void

Anula la ejecución automática de callback en cada tick.

Parámetros

callback

La función a anular.

Valores devueltos

No devuelve ningún valor.

Ver también

add a note

User Contributed Notes

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