register_tick_function
Description
bool register_tick_function ( callback function [, mixed arg [, mixed ...]] )
Registers the given function to be executed when a
tick is called.
Parameters
functionThe function name as a string, or an array consisting of an object and a method.
arg...
