From be62924b9c09ba324a05a258d2b6bb5adf0c5661 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..75b1fdd --- /dev/null +++ b/REFLECTION @@ -0,0 +1,98 @@ +Extension [ extension #132 ssh2 version 0.12 ] { + + - Constants [21] { + Constant [ integer SSH2_FINGERPRINT_MD5 ] { 0 } + Constant [ integer SSH2_FINGERPRINT_SHA1 ] { 1 } + Constant [ integer SSH2_FINGERPRINT_HEX ] { 0 } + Constant [ integer SSH2_FINGERPRINT_RAW ] { 2 } + Constant [ integer SSH2_TERM_UNIT_CHARS ] { 0 } + Constant [ integer SSH2_TERM_UNIT_PIXELS ] { 1 } + Constant [ string SSH2_DEFAULT_TERMINAL ] { vanilla } + Constant [ integer SSH2_DEFAULT_TERM_WIDTH ] { 80 } + Constant [ integer SSH2_DEFAULT_TERM_HEIGHT ] { 25 } + Constant [ integer SSH2_DEFAULT_TERM_UNIT ] { 0 } + Constant [ integer SSH2_STREAM_STDIO ] { 0 } + Constant [ integer SSH2_STREAM_STDERR ] { 1 } + Constant [ integer SSH2_POLLIN ] { 1 } + Constant [ integer SSH2_POLLEXT ] { 2 } + Constant [ integer SSH2_POLLOUT ] { 4 } + Constant [ integer SSH2_POLLERR ] { 8 } + Constant [ integer SSH2_POLLHUP ] { 16 } + Constant [ integer SSH2_POLLNVAL ] { 32 } + Constant [ integer SSH2_POLL_SESSION_CLOSED ] { 16 } + Constant [ integer SSH2_POLL_CHANNEL_CLOSED ] { 128 } + Constant [ integer SSH2_POLL_LISTENER_CLOSED ] { 128 } + } + + - Functions { + Function [ function ssh2_connect ] { + } + Function [ function ssh2_methods_negotiated ] { + } + Function [ function ssh2_fingerprint ] { + } + Function [ function ssh2_auth_none ] { + } + Function [ function ssh2_auth_password ] { + } + Function [ function ssh2_auth_pubkey_file ] { + } + Function [ function ssh2_auth_hostbased_file ] { + } + Function [ function ssh2_forward_listen ] { + } + Function [ function ssh2_forward_accept ] { + } + Function [ function ssh2_shell ] { + } + Function [ function ssh2_exec ] { + } + Function [ function ssh2_tunnel ] { + } + Function [ function ssh2_scp_recv ] { + } + Function [ function ssh2_scp_send ] { + } + Function [ function ssh2_fetch_stream ] { + } + Function [ function ssh2_poll ] { + + - Parameters [1] { + Parameter #0 [ &$param0 ] + } + } + Function [ function ssh2_sftp ] { + } + Function [ function ssh2_sftp_rename ] { + } + Function [ function ssh2_sftp_unlink ] { + } + Function [ function ssh2_sftp_mkdir ] { + } + Function [ function ssh2_sftp_rmdir ] { + } + Function [ function ssh2_sftp_chmod ] { + } + Function [ function ssh2_sftp_stat ] { + } + Function [ function ssh2_sftp_lstat ] { + } + Function [ function ssh2_sftp_symlink ] { + } + Function [ function ssh2_sftp_readlink ] { + } + Function [ function ssh2_sftp_realpath ] { + } + Function [ function ssh2_publickey_init ] { + } + Function [ function ssh2_publickey_add ] { + } + Function [ function ssh2_publickey_remove ] { + } + Function [ function ssh2_publickey_list ] { + } + Function [ function ssh2_auth_agent ] { + } + } +} + -- cgit