Recursively deleting a directory with files in PHP.

Recursively deleting a directory in PHP 0

I often face the task of deleting a folder with all its contents, I'm tired of constantly reinventing the wheel, I found a great function in PHP, which recursively runs through all folders deleting files and after that...