Recursively remove folder and all files/subdirectories.
rrmdir( string $dir ) : void
$dir (string) (Required) Path to the folder.
No value is returned.
rrmdir(IMAGES.'articles');