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 5.5 为我的 windows server 2012 编写一个小的内部接口。现在我通过 tasklist 获得了一个任务列表,其中我得到了一个应该被杀死的 pids 列表。
我的问题是我无法杀死任何任务。exec(Taskkill /F /PID xxx) 不工作。我在互联网上搜索并经常阅读,安全模式是问题所在。但在 PHP 5.5 下不再有 safe_mode 选项。
我如何使用 taskkill oder 函数来启动程序,或者不再有能力这样做了?