Cancels a registered event handler
$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.
event
An event resource, created by ibase_set_event_handler.
Returns true on success or false on failure.
true
false