Cancels a registered event handler (original) (raw)

ibase_free_event_handler

(PHP 5, PHP 7 < 7.4.0)

ibase_free_event_handler — Cancels a registered event handler

Description

ibase_free_event_handler ( resource $event ) : bool

This function causes the registered event handler specified byevent to be cancelled. The callback function will no longer be called for the events it was registered to handle.

Return Values

Returns TRUE on success or FALSE on failure.

See Also