ssh2_send_eof
(PECL ssh2 >= 1.3)
ssh2_send_eof — Send EOF to stream
说明
Sends an EOF to the stream; this is typically used to close standard input, while keeping output and error alive. For example, one can send a remote process some data over standard input, close it to start processing, and still be able to read out the results without creating additional files.
参数
channel
-
An SSH stream; can be acquired through functions like ssh2_fetch_stream() or ssh2_connect().
参见
- ssh2_fetch_stream() - Fetch an extended data stream
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/function.ssh2-send-eof.php