PHP » GoLang |
login |
register |
about
|
GoLang eio_get_event_stream
request it (317)
GoLang replacement for PHP's eio_get_event_stream
[edit | history]
eio_get_event_stream(PECL eio >= 0.3.1b) eio_get_event_stream — Get stream representing a variable used in internal communications with libeio Descriptioneio_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
<?php The above example will output something similar to: int(3) int(0) string(8) "nop data" int(0) string(10) "mkdir data" |
more
Recently updated
more
Most requested
more
Last requests
|