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

search for in the

event_base_loopbreak> <event_base_free
[edit] Last updated: Fri, 07 Jun 2013

view this page in

event_base_loop

(PECL libevent >= 0.0.1)

event_base_loopGestiona eventos

Descripción

int event_base_loop ( resource $event_base [, int $flags = 0 ] )

Inicia el bucle de eventos para la base de eventos especificada.

Parámetros

event_base

Base de eventos válida.

flags

Parámetro opcional, que puede tomar como valor cualquier combinación de EVLOOP_ONCE y EVLOOP_NONBLOCK.

Valores devueltos

event_base_loop() devuelve 0 en caso de éxito, -1 en caso derror y 1 si no se ha registrado ningún evento.



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

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