Query: event_base_new
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
EVENT_BASE_NEW(3) 1 EVENT_BASE_NEW(3) event_base_new - Create and initialize new event baseSYNOPSISresource event_base_new (void )DESCRIPTIONReturns new event base, which can be used later in event_base_set(3), event_base_loop(3) and other functions.PARAMETERSThis function has no parameters.RETURN VALUESevent_base_new(3) returns valid event base resource on success or FALSE on error. PHP Documentation Group EVENT_BASE_NEW(3)