register_tick_function

PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8
register_tick_function - Register a function for execution on each tick
Manual
Code Examples

register_tick_function( callable$callback, ... mixed$args ): bool

Registers the given callback to be executed when a tick is called.

Parameters

callback

The function to register.

args

Return Values

Returns true on success or false on failure.

Related Functions

Example of register_tick_function

Show all examples for register_tick_function

PHP Version:


Function register_tick_function:

Function Handling Functions

Most used PHP functions