|
register_tick_functionRegister a function for execution on each tick Description
bool register_tick_function
( callable
$function
[, mixed $arg
[, mixed $...
]] )
Registers the given Parameters
Return Values
Returns Examples
Example #1 register_tick_function example
<?php Changelog
NotesWarning
register_tick_function should not be used with threaded web server modules with PHP 5.2 or lower. |