@@ -11500,13 +11500,17 @@
11500
11500
'ssh2_exec' => ['resource|false', 'session'=>'resource', 'command'=>'string', 'pty='=>'string', 'env='=>'array', 'width='=>'int', 'height='=>'int', 'width_height_type='=>'int'],
11501
11501
'ssh2_fetch_stream' => ['resource|false', 'channel'=>'resource', 'streamid'=>'int'],
11502
11502
'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', 'max_connections='=>'int'],
11503
11505
'ssh2_methods_negotiated' => ['array|false', 'session'=>'resource'],
11506
+ 'ssh2_poll' => ['int', '&w_desc'=>'array', 'timeout='=>'int'],
11504
11507
'ssh2_publickey_add' => ['bool', 'pkey'=>'resource', 'algoname'=>'string', 'blob'=>'string', 'overwrite='=>'bool', 'attributes='=>'array'],
11505
11508
'ssh2_publickey_init' => ['resource|false', 'session'=>'resource'],
11506
11509
'ssh2_publickey_list' => ['array|false', 'pkey'=>'resource'],
11507
11510
'ssh2_publickey_remove' => ['bool', 'pkey'=>'resource', 'algoname'=>'string', 'blob'=>'string'],
11508
11511
'ssh2_scp_recv' => ['bool', 'session'=>'resource', 'remote_file'=>'string', 'local_file'=>'string'],
11509
11512
'ssh2_scp_send' => ['bool', 'session'=>'resource', 'local_file'=>'string', 'remote_file'=>'string', 'create_mode='=>'int'],
11513
+ 'ssh2_send_eof' => ['bool', 'channel'=>'resource'],
11510
11514
'ssh2_sftp' => ['resource|false', 'session'=>'resource'],
11511
11515
'ssh2_sftp_chmod' => ['bool', 'sftp'=>'resource', 'filename'=>'string', 'mode'=>'int'],
11512
11516
'ssh2_sftp_lstat' => ['array|false', 'sftp'=>'resource', 'path'=>'string'],
0 commit comments