PHP zip_close() May 24, 2012 Pramod T P It closes a zip archive opened by the zip_open() function Example <?php $zp = zip_open(“test.zip”); zip_close($zp); ?>