<?php rmdir(string $directory, ?resource $context = null): bool
<?php unlink("{$dir}/{$file}"); } rmdir($dir); } $cache = new Cache($dir);