ssh2_forward_listen
(PECL ssh2 >= 0.9.0)
ssh2_forward_listen — Bind a port on the remote server and listen for connections
Descrição
ssh2_forward_listen(
resource
int
string
int
): resource|false
resource
$session
,int
$port
,string
$host
= ?,int
$max_connections
= 16): resource|false
Binds a port on the remote server and listen for connections.
Warning
Esta função não está documentada; apenas a lista de argumentos está disponível.
Parâmetros
session
-
An SSH Session resource, obtained from a call to ssh2_connect().
port
-
The port of the remote server.
host
-
max_connections
-
Valor Retornado
Returns an SSH2 Listener, ou false
em caso de falha.
Veja Também
- ssh2_forward_accept() - Accept a connection created by a listener