Skip to content

Instantly share code, notes, and snippets.

@donaldallen
Created February 1, 2013 03:41
Show Gist options
  • Save donaldallen/4689012 to your computer and use it in GitHub Desktop.
Save donaldallen/4689012 to your computer and use it in GitHub Desktop.
while ($dir && ($file = readdir($dir)) !== false) {
if ($file != "." && $file != ".." && $file != ".DS_Store") {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment