register_tick_function

register_tick_function

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

register_tick_functionRegister a function for execution on each tick

Description

bool register_tick_function ( callable $function [, mixed $arg [, mixed $... ]] )

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

Parameters

function

登录查看完整内容