$file = "sitemap.xml.gz"; $fh = gzopen($file, "w9"); //maksimalna kompresija gzwrite($fh, $sitemap); gzclose($fh);