<?php mkdir( string $directory, int $permissions = 0777, bool $recursive = false, ?resource $context = null): bool
<?php public function getCacheFile(string $key): string { if (! is_dir($this->cacheDirectory) && ! mkdir($this->cacheDirectory, 0755, true)) { throw new RuntimeException("Could not create cache directory: {$this->cacheDirectory}"); }
<?php $dir = __DIR__.'/../../.peck-test.cache'; if (! is_dir($dir)) { mkdir($dir); } $spellchecker = new Aspell(