blob: c5acc3c81c8d5a3c2559851e8c7ea7a9f935fac3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
Extension [ <persistent> extension #77 brotli version 0.5.0 ] {
- Constants [3] {
Constant [ integer BROTLI_GENERIC ] { 0 }
Constant [ integer BROTLI_TEXT ] { 1 }
Constant [ integer BROTLI_FONT ] { 2 }
}
- Functions {
Function [ <internal:brotli> function brotli_compress ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
Parameter #1 [ <optional> $quality ]
Parameter #2 [ <optional> $mode ]
}
}
Function [ <internal:brotli> function brotli_uncompress ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
Parameter #1 [ <optional> $max ]
}
}
}
}
|