downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Object Aggregation> <register_tick_function
[edit] Last updated: Fri, 23 Mar 2012

view this page in

unregister_tick_function

(PHP 4 >= 4.0.3, PHP 5)

unregister_tick_functionHer tikte çalıştırılacak işlevi tanımsız yapar

Açıklama

void unregister_tick_function ( string $işlevismi )

işlevismi ile belirtilen işlevi tanımsız hale getirmek suretiyle işlevin her tik deyimde bir çalıştırılmamasını sağlar.

Değiştirgeler

işlevismi

Bir dizge olarak işlevin ismi.

Dönen Değerler

Hiçbir değer dönmez.

Ayrıca Bakınız



add a note add a note User Contributed Notes unregister_tick_function
rob dot eyre at gmail dot com 22-Jul-2011 05: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 | stats | sitemap | contact | advertising | mirror sites