Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我怎样才能使用非阻塞/下载ssh2_sftp_(如ftp_nb_put/ ftp_nb_get)?
ssh2_sftp_
ftp_nb_put
ftp_nb_get
PHP SSH2 函数不支持非阻塞操作。phpseclib都没有。
Thread但是您可以使用PECL 类将下载代码移动到单独的线程中。
Thread
例如,请参阅: 如何在 PHP 应用程序中使用多线程