Query: event_base_set
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
EVENT_BASE_SET(3) 1 EVENT_BASE_SET(3) event_base_set - Associate event base with an eventSYNOPSISbool event_base_set (resource $event, resource $event_base)DESCRIPTIONAssociates the $event_base with the $event.PARAMETERSo $event - Valid event resource. o $event_base - Valid event base resource.RETURN VALUESevent_base_set(3) returns TRUE on success or FALSE on error. PHP Documentation Group EVENT_BASE_SET(3)