From 6fe89e3c14ec53db7c21b3717d1e9a98c0db855d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Dec 2012 09:10:46 +0100 Subject: PHP 5.5: save extension reflection --- reflection/bz2.txt | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 reflection/bz2.txt (limited to 'reflection/bz2.txt') diff --git a/reflection/bz2.txt b/reflection/bz2.txt new file mode 100644 index 0000000..60d5280 --- /dev/null +++ b/reflection/bz2.txt @@ -0,0 +1,73 @@ +Extension [ extension #8 bz2 version ] { + + - Functions { + Function [ function bzopen ] { + + - Parameters [2] { + Parameter #0 [ $file ] + Parameter #1 [ $mode ] + } + } + Function [ function bzread ] { + + - Parameters [2] { + Parameter #0 [ $bz ] + Parameter #1 [ $length ] + } + } + Function [ function bzwrite ] { + + - Parameters [3] { + Parameter #0 [ $fp ] + Parameter #1 [ $str ] + Parameter #2 [ $length ] + } + } + Function [ function bzflush ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + Function [ function bzclose ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + Function [ function bzerrno ] { + + - Parameters [1] { + Parameter #0 [ $bz ] + } + } + Function [ function bzerrstr ] { + + - Parameters [1] { + Parameter #0 [ $bz ] + } + } + Function [ function bzerror ] { + + - Parameters [1] { + Parameter #0 [ $bz ] + } + } + Function [ function bzcompress ] { + + - Parameters [3] { + Parameter #0 [ $source ] + Parameter #1 [ $blocksize ] + Parameter #2 [ $workfactor ] + } + } + Function [ function bzdecompress ] { + + - Parameters [2] { + Parameter #0 [ $source ] + Parameter #1 [ $small ] + } + } + } +} + -- cgit