stealth35/stdlib

dev-master 2011-12-07 15:58 UTC

This package is not auto-updated.

Last update: 2024-04-13 10:33:21 UTC


README

Build Status

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"