php8.5
Home/ Manual/ ssh2 / functions/ ssh2_send_eof

ssh2_send_eof

PHP function Edit on GitHub ✎

(PECL ssh2 >= 1.3)

Send EOF to stream

Description

ssh2_send_eof(resource $channel): bool

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.

Parameters

channel

An SSH stream; can be acquired through functions like ssh2_fetch_stream() or ssh2_connect().

Return Values

Success

See Also

Source: reference/ssh2/functions/ssh2-send-eof.xml · from the official PHP manual (php/doc-en)