我想打开rdesktop xrdp窗口,只需单击linux机器中的php网站按钮即可。
rdesktop
xrdp
下面是php代码:
shell_exec('rdesktop localhost');
这将不会显示任何错误。
发布于 2017-03-23 14:31:15
您应该看看主管()函数。我想这就是你要找的。
https://unix.stackexchange.com/questions/353332
相似问题