ibase_free_event_handler

(PHP 5, PHP 7 < 7.4.0)

ibase_free_event_handlerCancela un manejador de eventos ya registrado

Descripción

ibase_free_event_handler(resource $event): bool

Esta función provoca la cancelación del manejador de eventos especificado por event. Ya no se llamará a esta función manejadora del evento para el que se registró.

Parámetros

event

Recurso de evento, creado por ibase_set_event_handler().

Valores devueltos

Devuelve true en caso de éxito o false en caso de error.

Ver también

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top