Mapdir

Component ID

241505

Component name

Mapdir

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

1147

Component created

Component changed

Component body

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.