|
eio_get_event_streamGet stream representing a variable used in internal communications with libeio Description
mixed eio_get_event_stream()
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. ParametersThis function has no parameters. Return Values
eio_get_event_stream returns stream on success;
otherwise, ExamplesExample #1 Using eio with libevent
The above example will output something similar to: int(3) int(0) string(8) "nop data" int(0) string(10) "mkdir data" |