ssh2_forward_accept

(PECL ssh2 >= 0.9.0)

ssh2_forward_acceptAccept a connection created by a listener

Description

ssh2_forward_accept(resource $listener): resource|false

Accepts a connection created by a listener.

Warning

This function is currently not documented; only its argument list is available.

Parameters

desc

An SSH2 Listener resource, obtained from a call to ssh2_forward_listen().

Return Values

Returns a stream resource, or false on failure.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top