How do I delete a directory and its entire contents (files+sub dirs) in PHP?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Have you tried the first note in the manual page of
|
|||||||||||||
|
|
Building on The Pixel Developer's comment, a snippet using the SPL might look like:
Note: It does no sanity checking and makes use of the SKIP_DOTS flag introduced with the FilesystemIterator in PHP 5.3.0. Of course, the |
|||||||||||
|
|
Or better do a |
|||||||
|
|
Something like this?
|
|||
|
|
