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

search for in the

Giriş> <expect_popen
[edit] Last updated: Fri, 23 Mar 2012

view this page in

Libevent



add a note add a note User Contributed Notes Libevent
ddouble dot cn at gmail dot com 27-May-2012 01:37
notice: undocument function event_timer_add(ev, time)

// add a timer which will be timeout after 5 second.
event_timer_add(ev, 5000000);
aco dot best at gmail dot com 22-Feb-2011 10:57
There are undocumented functions:
event_timer_new() alias of event_new()
event_timer_set(event, callback, args)
event_timer_pending(event, timeout)
event_timer_add() alias of event_add()
event_timer_del() alias of event_del()

There are undocumented constants:
EVBUFFER_READ (1)
EVBUFFER_WRITE (2)
EVBUFFER_EOF (16)
EVBUFFER_ERROR (32)
EVBUFFER_TIMEOUT (64)
These flags - second argument in buffer's error-callback

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