PHP 8.4.0 RC4 available for testing

ssh2_send_eof

(PECL ssh2 >= 1.3)

ssh2_send_eofSend EOF to stream

Descrição

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.

Parâmetros

channel

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

Valor Retornado

Retorna true em caso de sucesso ou false em caso de falha.

Veja Também

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top