update : 2015.11.03
php.shukuma.com검색:
|
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, 예제Example #1 Using eio with libevent
<?php 위 예제의 출력 예시: int(3) int(0) string(8) "nop data" int(0) string(10) "mkdir data" |