event_buffer_disable

(PECL libevent >= 0.0.1)

event_buffer_disableDisable a buffered event

Opis

event_buffer_disable ( resource $bevent , int $events ) : bool

Disables the specified buffered event.

Parametry

bevent

Valid buffered event resource.

events

Any combination of EV_READ and EV_WRITE.

Zwracane wartości

event_buffer_disable() returns TRUE on success or FALSE on error.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top