The Server Pages
:: TSP Menu
- Home
- Authors
- Glossary
- RSS Feed

:: Servers
- CPanel
- Hosting
- Linux
- Windows

:: Webmaster
- Databases
- Design
- PHP
- Search Engines

:: Scripts
- Scripts

:: Documentation
- PHP Manual

:: Other
- Errors & Solutions
- TechPunt
- Wojjie

search for in the

Object Aggregation> <register_tick_function
[edit] Last updated: Sat, 12 May 2012

view this page in

unregister_tick_function

(PHP 4 >= 4.0.3, PHP 5)

unregister_tick_functionDe-register a function for execution on each tick

Description

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.

Return Values

No value is returned.

See Also



add a note add a note User Contributed Notes unregister_tick_function
rob dot eyre at gmail dot com 22-Jul-2011 12:22
Note that unregister_tick_function() can also accept a callback in the form of an array (either static, like array($className, $methodName) or instance, like array(&$this, $methodName)).

It cannot accept an anonymous function, however.

 
show source | credits | sitemap | contact | advertising | mirror sites