Query: event_priority_set
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
EVENT_PRIORITY_SET(3) 1 EVENT_PRIORITY_SET(3) event_priority_set - Assign a priority to an event.SYNOPSISbool event_priority_set (resource $event, int $priority)DESCRIPTIONAssign a priority to the $event.PARAMETERSo $event - Valid event resource. o $priority - Priority level. Cannot be less than zero and cannot exceed maximum priority level of the event base (see event_base_prior- ity_init(3)).RETURN VALUESReturns TRUE on success or FALSE on failure. PHP Documentation Group EVENT_PRIORITY_SET(3)