6 lines
72 B
PHP
Raw Normal View History

2023-03-19 01:16:54 +08:00
<?php
declare(strict_types=1);
2023-04-30 15:43:08 +08:00
assert(function_exists('gzcompress'));