PHP 8.3.4 Released!

unregister_tick_function

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

unregister_tick_functionDejar de registrar una función para su ejecución en cada tick

Descripción

unregister_tick_function(string $function_name): void

Deja de registrar la función nominada por function_name por lo que ya no se ejecuta más cuando se llame a un tick.

Parámetros

function_name

El nombre de la función, como cadena.

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