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.
我使用 exec 功能运行类似 ffmpeg 的软件。我想要的是在命令运行的同时查看终端上发生了什么,我不知道我是否可以使用 echo 来完成。所以,我需要你的帮助。谢谢 !
如果你想在命令完成之前显示它的输出,你应该使用 popen() 和 flush() 的组合。php.net 文档中有一个很好的示例,请参阅http://www.php.net/manual/en/function.popen.php#56604