event_buffer_enable

Enable a buffered event

Beschreibung

bool event_buffer_enable ( resource $bevent , int $events )

Enables the specified buffered event.

Parameter-Liste

bevent

Valid buffered event resource.

events

Any combination of EV_READ and EV_WRITE.

Rückgabewerte

event_buffer_enable returns TRUE on success or FALSE on error.