php8.5
Home/ Manual/ ibase / functions/ ibase_free_event_handler

ibase_free_event_handler

PHP function Edit on GitHub ✎

(PHP 5, PHP 7 < 7.4.0)

Cancels a registered event handler

Description

ibase_free_event_handler(resource $event): bool

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.

Parameters

event

An event resource, created by ibase_set_event_handler().

Return Values

Success

See Also

Source: reference/ibase/functions/ibase-free-event-handler.xml · from the official PHP manual (php/doc-en)