stealth35 / stdlib
PHP Stdlib extra
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/stealth35/stdlib
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-10-11 17:36:45 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"