downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

event_buffer_read> <event_buffer_new
[edit] Last updated: Fri, 07 Jun 2013

view this page in

event_buffer_priority_set

(PECL libevent >= 0.0.1)

event_buffer_priority_setAsigna una prioridad a un evento en el buffer

Descripción

bool event_buffer_priority_set ( resource $bevent , int $priority )

Asigna una prioridad al evento bevent.

Parámetros

bevent

Recurso válido de evento buferizado.

priority

Nivel de prioridad. No puede ser menor de cero ni exceder el nivel máximo de prioridad del evento base (ver la función event_base_priority_init()).

Valores devueltos

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



add a note add a note User Contributed Notes event_buffer_priority_set - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites