是否可以使用exec() php函数在服务器上执行程序,但不是在后台,而是在GUI上?我使用windows 10、xampp 3.3.0和php 8.1.1。
谢谢你,伊凡
发布于 2022-03-07 19:14:51
您不能这样做,因为php没有访问GUI的权限。
https://stackoverflow.com/questions/71314461
相似问题