<?php


$f = gzopen('test.tar.gz', 'r');

gzclose($f);

?>
