|
event_set(PECL libevent >= 0.0.1) event_set — Prepare an event ОписаниеPrepares the event to be used in event_add(). The event is prepared to call the function specified by the callback on the events specified in parameter events, which is a set of the following flags: EV_TIMEOUT, EV_SIGNAL, EV_READ, EV_WRITE and EV_PERSIST. If EV_SIGNAL bit is set in parameter events, the fd is interpreted as signal number. After initializing the event, use event_base_set() to associate the event with its event base. In case of matching event, these three arguments are passed to the callback function:
Список параметров
Возвращаемые значенияevent_set() returns TRUE on success or FALSE on error. Список изменений
|
|||||