Yngvarr

Generation

generate functionSat, 07 Jan 2023

pack to gz and return archive

<?php function pack_to_gz($filename) { $data = file_get_contents($filename); return gzcompress($data, 9); } ?>

Questions about programming?Chat with your personal AI assistant