Mapdir
puregin - April 1, 2008 - 21:26
Mapdir is a small utility module that provides a very flexible and general functional programming (read: easy) mechanism for applying functions to all (or selected) files and subdirectories in a directory.
Sample applications include data import, extraction or transformation.
Any time you are tempted to use PHP's 'glob' function, you might think about using this instead.
