Query: ibase_free_event_handler
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IBASE_FREE_EVENT_HANDLER(3) 1 IBASE_FREE_EVENT_HANDLER(3) ibase_free_event_handler - Cancels a registered event handlerSYNOPSISbool ibase_free_event_handler (resource $event)DESCRIPTIONThis 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.PARAMETERSo $event - An event resource, created by ibase_set_event_handler(3).RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOibase_set_event_handler(3). PHP Documentation Group IBASE_FREE_EVENT_HANDLER(3)