/
/
opt
/
alt
/
php53
/
usr
/
share
/
doc
/
pear
/
Archive
/
docs
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.187
PHP 7.4.33
Dir:
/opt/alt/php53/usr/share/doc/pear/Archive/docs
Edit:
/opt/alt/php53/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/" ); } ?>
Ukuran: 298 B