ssh2_forward_accept

(PECL ssh2 >= 0.9.0)

ssh2_forward_acceptAccept a connection created by a listener

Beschreibung

ssh2_forward_accept ( resource $listener ) : resource|false

Accepts a connection created by a listener.

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

desc

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

Rückgabewerte

Returns a stream resource, Im Fehlerfall wird false zurückgegeben..

add a note add a note

User Contributed Notes

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