stealth35 / stdlib
PHP Stdlib extra
dev-master
2011-12-07 15:58 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-11-23 13:22:17 UTC
README
EXAMPLE
<?php $zip = new Stdlib\ZipArchiveIterator('Stdlib.zip#Stdlib/src/Stdlib/'); foreach($zip as $file) { var_dump($file->getFilename()); }
string(24) "PDOStatementIterator.php"
string(31) "RecursiveZipArchiveIterator.php"
string(17) "RegexIterator.php"
string(19) "ReverseIterator.php"
string(17) "SplFileObject.php"
string(21) "SplVectorIterator.php"
string(18) "SplZipFileInfo.php"
string(22) "ZipArchiveIterator.php"