Snippets tagged “rmdir”
1 snippet uses this tag.
- How do I recursively delete a directory and its entire contents (files + sub dirs) in PHP?PHP
In PHP, you can use the rmdir() function to remove a directory, and the unlink() function to remove a file.