ibase_free_event_handler
(PHP 5)
ibase_free_event_handler — Cancels a registered event handler
Açıklama
bool ibase_free_event_handler
( resource
$event
)
This function causes the registered event handler specified by
event to be cancelled. The callback function will
no longer be called for the events it was registered to handle.
Dönen Değerler
Başarı durumunda TRUE, başarısızlık durumunda FALSE döner.
Ayrıca Bakınız
- ibase_set_event_handler() - Register a callback function to be called when events are posted
There are no user contributed notes for this page.
