🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 06:09:36 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
php54
/
usr
/
share
/
doc
/
pear
/
Archive
/
docs
📍 /opt/alt/php54/usr/share/doc/pear/Archive/docs
🔄 Refresh
✏️
Editing: tutorial_iterator.php
Read Only
<?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