摘要: 前言 如何使用php执行本地命令这个肯定大部分会php的朋友都知道,比如:exec函数、shell_exec函数等,但是如果我想执行远程服务器的命令呢? 代码 class CustomSsh{ protected $host; protected $port = 22; protected $pas 阅读全文
posted @ 2023-05-09 09:27 安辰博客 阅读(148) 评论(0) 推荐(0) 编辑