©
Dieses Dokument verwendet PHP-Handbuch für chinesische Websites Freigeben
(PECL libevent >= 0.0.1)
event_buffer_disable — Disable a buffered event
$bevent
, int $events
)Disables the specified buffered event.
bevent
Valid buffered event resource.
events
Any combination of EV_READ
and
EV_WRITE
.
event_buffer_disable() returns TRUE
on success or FALSE
on error.