Possible Duplicate:
A recursive remove directory function for PHP?
With PHP
I want to know the easiest way for delete a folder with files and folders inside.
Thanks!
With PHP I want to know the easiest way for delete a folder with files and folders inside. Thanks! |
|||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
This trick from the PHP docs is pretty cool:
It exploits |
|||
|
|
|
It only works on unix though, but it is easy. |
|||||
|
|
This recursive function has been posted as a comment on the rmdir() function reference page:
|
|||
|
|
|
This was posted here http://www.php.net/manual/en/function.rmdir.php
} |
|||
|
|