我已经使用 shell_exec 执行了闪烁控制台,它运行良好
unknown@mrunknown-HP-650:~$ twinkle-console
Twinkle 1.10.1,2016 年 10 月 7 日 版权所有 (C) 2005-2015 Michel de Boer 和贡献者
用户:* 个人资料 profile1
本地IP:255.255.255.255
简介:注册电话...
闪烁>
现在我希望通过使用此代码在最后一行编写和执行命令
<?php
$resault = shell_exec("twinkle-console");
echo $resault."\n";
$resault = system("quit");
echo "OK \n";
但它回应:
退出:未找到
谢谢