Skip to content

Instantly share code, notes, and snippets.

@jsmitka
Created August 2, 2010 20:27
Show Gist options
  • Save jsmitka/505251 to your computer and use it in GitHub Desktop.
Save jsmitka/505251 to your computer and use it in GitHub Desktop.
<?php
$iterator = new \DirectoryIterator($dir);
foreach ($iterator as $file) {
/* @var $file \SplFileInfo */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment