📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 07:59:04
📂
/
/
opt
/
alt
/
php55
/
usr
/
share
/
doc
/
pear
/
Archive
/
docs
✏️
Editing: tutorial_iterator.php
<?php require_once 'tutorial_autoload.php'; $archive = ezcArchive::open( "compress.zlib:///tmp/my_archive.tar.gz" ); // The foreach method calls internally the iterator methods. foreach( $archive as $entry ) { echo $entry, "\n"; $archive->extractCurrent( "/tmp/target_location/" ); } ?>
💾 Save Changes
❌ Cancel