Yngvarr

Generation

generate functionSat, 07 Jan 2023

return xml gz archive

<?php function xml_gz_archive() { $api = new Api(); $xml = $api->getXml(); $gzfile = gzopen($xml, 'w9'); gzwrite($gzfile, $xml); gzclose($gzfile); return $gzfile; }

Questions about programming?Chat with your personal AI assistant