(PECL libevent >= 0.0.1)
event_buffer_disable — Disable a buffered event
$bevent
   , int $events
   )Disables the specified buffered event.
beventValid buffered event resource.
events
       Any combination of EV_READ and
       EV_WRITE.
      
   event_buffer_disable() returns TRUE on success or FALSE on error.