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

ssh2_forward_listen

PHP function Edit on GitHub ✎

(PECL ssh2 >= 0.9.0)

Bind a port on the remote server and listen for connections

Description

ssh2_forward_listen(resource $session, int $port, [string $host], int $max_connections = 16): resource|false

Binds a port on the remote server and listen for connections.

Func

Parameters

session

An SSH Session resource, obtained from a call to ssh2_connect().

port

The port of the remote server.

host
max_connections

Return Values

Returns an SSH2 Listener, Falseforfailure.

See Also

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