From a74b27bcb0b99bd9ac3d60643db77e0e1e9af95b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Sep 2015 08:57:11 +0200 Subject: rename php-libsmbclient to php-smbclient --- REFLECTION | 277 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 277 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..8ad0e21 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,277 @@ +Extension [ extension #116 libsmbclient version 0.7.0 ] { + + - Constants [30] { + Constant [ integer SMBCLIENT_XATTR_CREATE ] { 1 } + Constant [ integer SMBCLIENT_XATTR_REPLACE ] { 2 } + Constant [ integer SMBCLIENT_OPT_OPEN_SHAREMODE ] { 1 } + Constant [ integer SMBCLIENT_OPT_ENCRYPT_LEVEL ] { 2 } + Constant [ integer SMBCLIENT_OPT_CASE_SENSITIVE ] { 3 } + Constant [ integer SMBCLIENT_OPT_BROWSE_MAX_LMB_COUNT ] { 4 } + Constant [ integer SMBCLIENT_OPT_URLENCODE_READDIR_ENTRIES ] { 5 } + Constant [ integer SMBCLIENT_OPT_USE_KERBEROS ] { 6 } + Constant [ integer SMBCLIENT_OPT_FALLBACK_AFTER_KERBEROS ] { 7 } + Constant [ integer SMBCLIENT_OPT_AUTO_ANONYMOUS_LOGIN ] { 8 } + Constant [ integer SMBCLIENT_OPT_USE_CCACHE ] { 9 } + Constant [ integer SMBCLIENT_OPT_USE_NT_HASH ] { 10 } + Constant [ integer SMBCLIENT_OPT_NETBIOS_NAME ] { 11 } + Constant [ integer SMBCLIENT_OPT_WORKGROUP ] { 12 } + Constant [ integer SMBCLIENT_OPT_USER ] { 13 } + Constant [ integer SMBCLIENT_OPT_PORT ] { 14 } + Constant [ integer SMBCLIENT_OPT_TIMEOUT ] { 15 } + Constant [ integer SMBCLIENT_SHAREMODE_DENY_DOS ] { 0 } + Constant [ integer SMBCLIENT_SHAREMODE_DENY_ALL ] { 1 } + Constant [ integer SMBCLIENT_SHAREMODE_DENY_WRITE ] { 2 } + Constant [ integer SMBCLIENT_SHAREMODE_DENY_READ ] { 3 } + Constant [ integer SMBCLIENT_SHAREMODE_DENY_NONE ] { 4 } + Constant [ integer SMBCLIENT_SHAREMODE_DENY_FCB ] { 7 } + Constant [ integer SMBCLIENT_ENCRYPTLEVEL_NONE ] { 0 } + Constant [ integer SMBCLIENT_ENCRYPTLEVEL_REQUEST ] { 1 } + Constant [ integer SMBCLIENT_ENCRYPTLEVEL_REQUIRE ] { 2 } + Constant [ integer SMBCLIENT_VFS_RDONLY ] { 1 } + Constant [ integer SMBCLIENT_VFS_DFS ] { 268435456 } + Constant [ integer SMBCLIENT_VFS_CASE_INSENSITIVE ] { 536870912 } + Constant [ integer SMBCLIENT_VFS_NO_UNIXCIFS ] { 1073741824 } + } + + - Functions { + Function [ function smbclient_version ] { + + - Parameters [0] { + } + } + Function [ function smbclient_library_version ] { + + - Parameters [0] { + } + } + Function [ function smbclient_state_new ] { + + - Parameters [0] { + } + } + Function [ function smbclient_state_init ] { + + - Parameters [4] { + Parameter #0 [ $state ] + Parameter #1 [ $workgroup ] + Parameter #2 [ $user ] + Parameter #3 [ $password ] + } + } + Function [ function smbclient_state_errno ] { + + - Parameters [1] { + Parameter #0 [ $state ] + } + } + Function [ function smbclient_state_free ] { + + - Parameters [1] { + Parameter #0 [ $state ] + } + } + Function [ function smbclient_option_get ] { + + - Parameters [2] { + Parameter #0 [ $state ] + Parameter #1 [ $option ] + } + } + Function [ function smbclient_option_set ] { + + - Parameters [3] { + Parameter #0 [ $state ] + Parameter #1 [ $option ] + Parameter #2 [ $value ] + } + } + Function [ function smbclient_opendir ] { + + - Parameters [2] { + Parameter #0 [ $state ] + Parameter #1 [ $path ] + } + } + Function [ function smbclient_readdir ] { + + - Parameters [2] { + Parameter #0 [ $state ] + Parameter #1 [ $dir ] + } + } + Function [ function smbclient_closedir ] { + + - Parameters [2] { + Parameter #0 [ $state ] + Parameter #1 [ $dir ] + } + } + Function [ function smbclient_stat ] { + + - Parameters [2] { + Parameter #0 [ $state ] + Parameter #1 [ $path ] + } + } + Function [ function smbclient_fstat ] { + + - Parameters [2] { + Parameter #0 [ $state ] + Parameter #1 [ $file ] + } + } + Function [ function smbclient_open ] { + + - Parameters [4] { + Parameter #0 [ $state ] + Parameter #1 [ $path ] + Parameter #2 [ $flags ] + Parameter #3 [ $mode ] + } + } + Function [ function smbclient_creat ] { + + - Parameters [3] { + Parameter #0 [ $state ] + Parameter #1 [ $path ] + Parameter #2 [ $mode ] + } + } + Function [ function smbclient_read ] { + + - Parameters [2] { + Parameter #0 [ $state ] + Parameter #1 [ $file ] + } + } + Function [ function smbclient_close ] { + + - Parameters [2] { + Parameter #0 [ $state ] + Parameter #1 [ $file ] + } + } + Function [ function smbclient_mkdir ] { + + - Parameters [3] { + Parameter #0 [ $state ] + Parameter #1 [ $path ] + Parameter #2 [ $mode ] + } + } + Function [ function smbclient_rmdir ] { + + - Parameters [2] { + Parameter #0 [ $state ] + Parameter #1 [ $path ] + } + } + Function [ function smbclient_rename ] { + + - Parameters [4] { + Parameter #0 [ $oldstate ] + Parameter #1 [ $oldpath ] + Parameter #2 [ $oldstate ] + Parameter #3 [ $oldpath ] + } + } + Function [ function smbclient_write ] { + + - Parameters [4] { + Parameter #0 [ $state ] + Parameter #1 [ $file ] + Parameter #2 [ $buffer ] + Parameter #3 [ $count ] + } + } + Function [ function smbclient_unlink ] { + + - Parameters [2] { + Parameter #0 [ $state ] + Parameter #1 [ $path ] + } + } + Function [ function smbclient_lseek ] { + + - Parameters [4] { + Parameter #0 [ $state ] + Parameter #1 [ $file ] + Parameter #2 [ $offset ] + Parameter #3 [ $whence ] + } + } + Function [ function smbclient_ftruncate ] { + + - Parameters [3] { + Parameter #0 [ $state ] + Parameter #1 [ $file ] + Parameter #2 [ $offset ] + } + } + Function [ function smbclient_chmod ] { + + - Parameters [3] { + Parameter #0 [ $state ] + Parameter #1 [ $path ] + Parameter #2 [ $mode ] + } + } + Function [ function smbclient_utimes ] { + + - Parameters [4] { + Parameter #0 [ $state ] + Parameter #1 [ $path ] + Parameter #2 [ $mtime ] + Parameter #3 [ $atime ] + } + } + Function [ function smbclient_listxattr ] { + + - Parameters [2] { + Parameter #0 [ $state ] + Parameter #1 [ $path ] + } + } + Function [ function smbclient_getxattr ] { + + - Parameters [3] { + Parameter #0 [ $state ] + Parameter #1 [ $path ] + Parameter #2 [ $name ] + } + } + Function [ function smbclient_setxattr ] { + + - Parameters [5] { + Parameter #0 [ $state ] + Parameter #1 [ $path ] + Parameter #2 [ $name ] + Parameter #3 [ $value ] + Parameter #4 [ $flags ] + } + } + Function [ function smbclient_removexattr ] { + + - Parameters [3] { + Parameter #0 [ $state ] + Parameter #1 [ $path ] + Parameter #2 [ $name ] + } + } + Function [ function smbclient_statvfs ] { + + - Parameters [2] { + Parameter #0 [ $state ] + Parameter #1 [ $path ] + } + } + Function [ function smbclient_fstatvfs ] { + + - Parameters [2] { + Parameter #0 [ $state ] + Parameter #1 [ $file ] + } + } + } +} + -- cgit