-3

我正在使用proc_open运行另一个进程,然后在 while 循环中我不想将一些数据(使用管道)发送到打开的进程并接收它的输出。我怎样才能做到这一点?

4

1 回答 1

0

You can use streams to create or connect to a socket and then select on the socket. or Semaphore functions

于 2013-05-30T12:31:01.220 回答