event_buffer_disable

Disable a buffered event

Beschreibung

bool event_buffer_disable ( resource $bevent , int $events )

Disables the specified buffered event.

Parameter-Liste

bevent

Valid buffered event resource.

events

Any combination of EV_READ and EV_WRITE.

Rückgabewerte

event_buffer_disable returns TRUE on success or FALSE on error.