ssh2_send_eof Send EOF to stream &reftitle.description; boolssh2_send_eof resourcechannel 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. &reftitle.parameters; channel An SSH stream; can be acquired through functions like ssh2_fetch_stream or ssh2_connect. &reftitle.returnvalues; &return.success; &reftitle.seealso; ssh2_fetch_stream