diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-03-23 08:15:47 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-03-23 08:15:47 +0100 |
commit | b321238f706f6603a197e26d5d9830af2a6e3960 (patch) | |
tree | c13384d774cfa3d5edce4d7ae2ac2f56f6121538 /REFLECTION |
php-pecl-xxtea: 1.0.5 - New package
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..bb6f016 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,60 @@ +Extension [ <persistent> extension #16 xxtea version 1.0.5 ] { + + - Functions { + Function [ <internal:xxtea> function xxtea_encrypt ] { + + - Parameters [2] { + Parameter #0 [ <required> $data ] + Parameter #1 [ <required> $key ] + } + } + Function [ <internal:xxtea> function xxtea_decrypt ] { + + - Parameters [2] { + Parameter #0 [ <required> $data ] + Parameter #1 [ <required> $key ] + } + } + Function [ <internal:xxtea> function xxtea_info ] { + + - Parameters [0] { + } + } + } + + - Classes [1] { + Class [ <internal:xxtea> class XXTEA ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ <internal:xxtea> static public method encrypt ] { + + - Parameters [2] { + Parameter #0 [ <required> $data ] + Parameter #1 [ <required> $key ] + } + } + + Method [ <internal:xxtea> static public method decrypt ] { + + - Parameters [2] { + Parameter #0 [ <required> $data ] + Parameter #1 [ <required> $key ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + } +} + |