|
eio_get_event_streamGet stream representing a variable used in internal communications with libeio. Beschreibung
mixed eio_get_event_stream
( void
)
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. Parameter-ListeDiese Funktion hat keine Parameter. Rückgabewerte
eio_get_event_stream returns stream on success;
otherwise, BeispieleBeispiel #1 Using eio with libevent
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: int(3) int(0) string(8) "nop data" int(0) string(10) "mkdir data" |