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.
我想调用一些Symfony\Console从 Web 编写的不等待结果的控制台任务,例如exec php task.php > /dev/null &.
Symfony\Console
exec php task.php > /dev/null &
Symfony 控制台中是否有任何实用程序可以执行此操作?