| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/a/w/e/awebpaca/Dolibarr/dev/tools/phan/stubs/ |
Upload File : |
<?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() {}
}