PHP 8.3.4 Released!

unregister_tick_function

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

unregister_tick_function注销每个 tick 上需要执行的函数

说明

unregister_tick_function(callable $callback): void

注销函数 callback,以便在调用 tick 时不再执行。

参数

callback

要注销的函数。

返回值

没有返回值。

参见

add a note

User Contributed Notes

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