Firebird/InterBase Funciones
PHP Manual

ibase_free_event_handler

(PHP 5)

ibase_free_event_handlerCancels a registered event handler

Descripción

bool ibase_free_event_handler ( resource $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.

Parámetros

event

An event resource, created by ibase_set_event_handler().

Valores devueltos

Devuelve TRUE en caso de éxito o FALSE en caso de error.

Ver también


Firebird/InterBase Funciones
PHP Manual