PHP » PYTHON |
login |
register |
about
|
|
register_tick_function(PHP 4 >= 4.0.3, PHP 5) register_tick_function — Register a function for execution on each tick DescriptionRegisters the given function to be executed when a tick is called. Parameters
Return ValuesReturns TRUE on success or FALSE on failure. Examples
Example #1 register_tick_function() example
<?php
Changelog
NotesWarning
register_tick_function() should not be used with threaded web server modules. Ticks are not working in ZTS mode and may crash your web server. |
more
Recently updated
more
Most requested
|