event_base_new

(PECL libevent >= 0.0.1)

event_base_newCreate and initialize new event base

Опис

resource event_base_new ( void )

Returns new event base, which can be used later in event_base_set(), event_base_loop() and other functions.

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

event_base_new() returns valid event base resource on success or FALSE on error.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top