eio_get_event_stream(PECL eio >= 0.3.1b) eio_get_event_stream — Get stream representing a variable used in internal communications with libeio. Описаниеeio_get_event_stream() acquires stream representing a variable used in internal communications with libeio. Could be used to bind with some event loop provided by other PECL extension, for example libevent. Список параметровУ этой функции нет параметров. Возвращаемые значенияeio_get_event_stream() returns stream on success; otherwise, NULL ПримерыПример #1 Using eio with libevent
<?phpРезультатом выполнения данного примера будет что-то подобное: int(3) int(0) string(8) "nop data" int(0) string(10) "mkdir data" |
||