Tag: File
Loop Over Files in a Directory
Iterate over matched files with a glob — safe with nullglob set.
Author:
chris
Recursive Directory Iterator in PHP
Walk a tree with RecursiveDirectoryIterator + RecursiveIteratorIterator.
Author:
chris
Read a File Line by Line in PHP
Use SplFileObject to iterate a file lazily without loading it all into RAM.
Author:
chris