summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-04-10 08:11:07 +0200
committerRemi Collet <remi@php.net>2025-04-10 08:11:07 +0200
commit391b1d76492353d4c3d4f96eb510bad703dca5c3 (patch)
tree6a98917a50fe2dfc87a7e75bc7832cedefa7a253 /REFLECTION
new package, version 0.1.0rc1
open https://github.com/kjdev/php-ext-bzip3/issues/2 add LICENSE file
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION19
1 files changed, 19 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION
new file mode 100644
index 0000000..7e4b2d4
--- /dev/null
+++ b/REFLECTION
@@ -0,0 +1,19 @@
+Extension [ <persistent> extension #72 bzip3 version 0.1.0 ] {
+
+ - Functions {
+ Function [ <internal:bzip3> function Bzip3\compress ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <optional> $block_size = <default> ]
+ }
+ }
+ Function [ <internal:bzip3> function Bzip3\uncompress ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $data ]
+ }
+ }
+ }
+}
+