Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用proc_open运行另一个进程,然后在 while 循环中我不想将一些数据(使用管道)发送到打开的进程并接收它的输出。我怎样才能做到这一点?
You can use streams to create or connect to a socket and then select on the socket. or Semaphore functions