Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
opt
/
alt
/
php55
/
usr
/
share
/
doc
/
pear
/
Archive
/
docs
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/php55/usr/share/doc/pear/Archive/docs/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/" ); } ?>