@@ -11500,13 +11500,17 @@
1150011500'ssh2_exec' => ['resource|false', 'session'=>'resource', 'command'=>'string', 'pty='=>'string', 'env='=>'array', 'width='=>'int', 'height='=>'int', 'width_height_type='=>'int'],
1150111501'ssh2_fetch_stream' => ['resource|false', 'channel'=>'resource', 'streamid'=>'int'],
1150211502'ssh2_fingerprint' => ['string|false', 'session'=>'resource', 'flags='=>'int'],
11503+ 'ssh2_forward_accept' => ['resource|false', 'listener'=>'resource'],
11504+ 'ssh2_forward_listen' => ['resource|false', 'session'=>'resource', 'port'=>'int', 'host='=>'string', 'connections='=>'int'],
1150311505'ssh2_methods_negotiated' => ['array|false', 'session'=>'resource'],
11506+ 'ssh2_poll' => ['int', '&w_desc'=>'array', 'timeout='=>'int'],
1150411507'ssh2_publickey_add' => ['bool', 'pkey'=>'resource', 'algoname'=>'string', 'blob'=>'string', 'overwrite='=>'bool', 'attributes='=>'array'],
1150511508'ssh2_publickey_init' => ['resource|false', 'session'=>'resource'],
1150611509'ssh2_publickey_list' => ['array|false', 'pkey'=>'resource'],
1150711510'ssh2_publickey_remove' => ['bool', 'pkey'=>'resource', 'algoname'=>'string', 'blob'=>'string'],
1150811511'ssh2_scp_recv' => ['bool', 'session'=>'resource', 'remote_file'=>'string', 'local_file'=>'string'],
1150911512'ssh2_scp_send' => ['bool', 'session'=>'resource', 'local_file'=>'string', 'remote_file'=>'string', 'create_mode='=>'int'],
11513+ 'ssh2_send_eof' => ['bool', 'channel'=>'resource'],
1151011514'ssh2_sftp' => ['resource|false', 'session'=>'resource'],
1151111515'ssh2_sftp_chmod' => ['bool', 'sftp'=>'resource', 'filename'=>'string', 'mode'=>'int'],
1151211516'ssh2_sftp_lstat' => ['array|false', 'sftp'=>'resource', 'path'=>'string'],
0 commit comments