summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: de067c97db79968aed797f108d573cd1874d3315 (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
28
29
30
31
32
33
34
35
36
Extension [ <persistent> extension #76 brotli version 0.6.2 ] {

  - INI {
    Entry [ brotli.output_compression <ALL> ]
      Current = '0'
    }
    Entry [ brotli.output_compression_level <ALL> ]
      Current = '-1'
    }
  }

  - 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 ]
      }
    }
  }
}