Statement on glibc/iconv Vulnerability

ssh2_forward_accept

(PECL ssh2 >= 0.9.0)

ssh2_forward_acceptAccept a connection created by a listener

说明

ssh2_forward_accept(resource $listener): resource|false

Accepts a connection created by a listener.

警告

本函数还未编写文档,仅有参数列表。

参数

desc

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

返回值

Returns a stream resource, 或者在失败时返回 false.

add a note

User Contributed Notes

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