X7ROOT File Manager
Current Path:
/opt/alt/php53/usr/share/doc/pear/Archive/docs
opt
/
alt
/
php53
/
usr
/
share
/
doc
/
pear
/
Archive
/
docs
/
ðŸ“
..
📄
CREDITS
(229 B)
📄
LICENSE
(1.53 KB)
📄
example.php
(1.44 KB)
📄
tutorial.txt
(4.96 KB)
📄
tutorial_autoload.php
(495 B)
📄
tutorial_directories.php
(390 B)
📄
tutorial_extract.php
(532 B)
📄
tutorial_iterator.php
(298 B)
📄
tutorial_read_only.php
(383 B)
📄
tutorial_recursive.php
(949 B)
📄
tutorial_replacing.php
(390 B)
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/" ); } ?>
Upload File
Create Folder