如何从PHP异步执行应用程序

时间:2012-02-27 05:25:48

标签: php windows spawn

当我使用execshell_exec时,他们会等到衍生的应用程序退出(在Windows中)。但我需要跑去忘记(并退出)。怎么样?

我尝试了start DOS / Windows命令,但还没有找到解决方案。

1 个答案:

答案 0 :(得分:1)

$shell = new COM("WScript.Shell");
$shell->run($command, 0, false);