Searched refs:max_age (Results 1 – 1 of 1) sorted by relevance
255 * @param int $max_age Seconds259 public function deleteOldFiles(FilesystemOperator $filesystem, string $path, int $max_age): void argument261 $threshold = time() - $max_age;