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.
如何在 php 中使用 fifo 文件?我想控制 mplayer,我知道如何暂停文件 [使用 system("echo pause > /tmp/mplayer.fifo)] 但我不知道如何使用纯 php 发送命令和读取输出。
请参阅http://php.net/fopen、http://php.net/fprintf、http://php.net/fwrite和http://php.net/fclose。