Posted on Wednesday, 26th November 2008 by Lee
There are bunches of examples on how to delete non-empty directories in PHP but none of the examples that I've seen take advantage of PHP5's RecursiveDirectoryIterator which makes this an almost trivial task. If you haven't already, please check out the SPL Standard PHP Library Classes. I keep a class of static utility functions and [...]
Posted in PHP | Comments (1)



