   #PHP Manual InterBase functions ibase_field_info ibase_free_query

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                           ibase_free_event_handler

   (no version information, might be only in CVS)
   ibase_free_event_handler --  Cancels a registered event handler

Description

   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. Returns TRUE on success or
   FALSE on failure.

   See also ibase_set_event_handler().
   ______________________________________________________________________

   Prev             Home             Next
   ibase_field_info  Up  ibase_free_query
