我们如何将 PHP 连接到 Unix?
我在具有多个模块和数据库的网络上通过 telnet/ssh 使用 Unix。当特定模块中的特定用户尝试连接时,我需要 PHP 层连接到其中任何一个...
有没有一种方法可以普遍连接到 UNIX?
I am using Unix on telnet/ssh on a network with several modules and DBs. I need to my PHP layer to connect to any of them when the particular user from the particular module tries to connect...
Is there a way to universally connect to UNIX?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据您的最新评论...如果您想通过 PHP 执行 shell 命令,请尝试 system< /a> 或 exec 或 passthru 或 popen。他们各自做的事情略有不同。
Based on your latest comment... If you want to execute shell commands through PHP, try system or exec or passthru or popen. They each do slightly different things.
以下是使用 PHP 语言进行连接的方法:
Here is the way to connect using PHP language :