diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-09-15 19:19:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-09-15 19:19:19 +0200 |
commit | 244f02da09fd86fdcea2f0e1ca42a54ed2936c13 (patch) | |
tree | 1e625c42fde002e96ad43f6db6ca2834a51bcf32 /REFLECTION |
php-horde-horde-lz4: 1.0.6 - New package
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..1ad557a --- /dev/null +++ b/REFLECTION @@ -0,0 +1,19 @@ +Extension [ <persistent> extension #92 horde_lz4 version 1.0.6 ] { + + - Functions { + Function [ <internal:horde_lz4> function horde_lz4_compress ] { + + - Parameters [2] { + Parameter #0 [ <required> $data ] + Parameter #1 [ <optional> $high ] + } + } + Function [ <internal:horde_lz4> function horde_lz4_uncompress ] { + + - Parameters [1] { + Parameter #0 [ <required> $data ] + } + } + } +} + |