j
k
j a
j l
It should be enough just to set a read callback.
create_process(...fd->pipe()...); fd->set_read_callback(read_stuff); ...
void read_stuff(mixed dummy,string what) { ...what... }
Back to the thread
Back to the list