Query: event_add
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
EVENT_ADD(3) 1 EVENT_ADD(3) event_add - Add an event to the set of monitored eventsSYNOPSISbool event_add (resource $event, [int $timeout = -1])DESCRIPTIONevent_add(3) schedules the execution of the $event when the event specified in event_set(3) occurs or in at least the time specified by the $timeout argument. If $timeout was not specified, not timeout is set. The $event must be already initalized by event_set(3) and event_base_set(3) functions. If the $event already has a timeout set, it is replaced by the new one.PARAMETERSo $event - Valid event resource. o $timeout - Optional timeout (in microseconds).RETURN VALUESevent_add(3) returns TRUE on success or FALSE on error. PHP Documentation Group EVENT_ADD(3)
| Related Man Pages |
|---|
| bufferevent_free(3) - netbsd |
| bufferevent_read(3) - netbsd |
| bufferevent_write(3) - netbsd |
| evbuffer_add_printf(3) - netbsd |
| event_set(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Waiting time of Process |
| Process wait time |
| epoll problem with tcp connect() |
| Mac OS X LDAP client not accepting ssh or console logins (PAM error) |
| Reported Post by itkamaraj |