unregister_tick_function

(PHP 4 >= 4.0.3, PHP 5, PHP 7)
De-register a function for execution on each tick
void unregister_tick_function ( string $function_name )

De-registers the function named by function_name so it is no longer executed when a tick is called.

Parameters:
function_name

The function name, as a string.

Returns:

No value is returned.

See also:

register_tick_function() -

doc_php
2016-02-24 16:13:08
Comments
Leave a Comment

Please login to continue.