PHP Velho Oeste 2024

event_buffer_enable

(PECL libevent >= 0.0.1)

event_buffer_enableActivar un evento almacenado en el buffer

Descripción

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

Activar un evento específico almacenado en el buffer.

Parámetros

bevent

Recurso válido de evento almacenado en el buffer.

events

Cualquier combinación de EV_READ y EV_WRITE.

Valores devueltos

event_buffer_enable() devuelve TRUE en caso de éxito o FALSE en caso de error.

add a note add a note

User Contributed Notes

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