HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: /home4/cca63905/www/guiaweb/dev/tools/phan/stubs/brotli.phan_php
<?php
// These stubs were generated by the phan stub generator.
// @phan-stub-for-extension brotli@0.14.2

namespace {
function brotli_compress($data, $quality = null, $mode = null) {}
function brotli_compress_add($context, $data, $mode = null) {}
function brotli_compress_init($quality = null, $mode = null) {}
function brotli_uncompress($data, $max = null) {}
function brotli_uncompress_add($context, $data, $mode = null) {}
function brotli_uncompress_init() {}
const BROTLI_COMPRESS_LEVEL_DEFAULT = 11;
const BROTLI_COMPRESS_LEVEL_MAX = 11;
const BROTLI_COMPRESS_LEVEL_MIN = 0;
const BROTLI_FINISH = 2;
const BROTLI_FONT = 2;
const BROTLI_GENERIC = 0;
const BROTLI_PROCESS = 0;
const BROTLI_TEXT = 1;
}

namespace brotli {
function compress($data, $quality = null, $mode = null) {}
function compress_add($context, $data, $mode = null) {}
function compress_init($quality = null, $mode = null) {}
function uncompress($data, $max = null) {}
function uncompress_add($context, $data, $mode = null) {}
function uncompress_init() {}
}