19 declare(strict_types=1);
59 return is_readable($path_to_file);
69 $this->file = $possible_stream !==
null ? $possible_stream->detach() : fopen($path_to_file,
'rb');
77 public function deliver(
string $path_to_file,
bool $file_marked_to_delete): void
79 $this->httpService->sendResponse();
80 fpassthru($this->file);
118 return unlink($path_to_file);
deliver(string $path_to_file, bool $file_marked_to_delete)
absolute path to fileThis is needed at this point for header-based delivery methodsvoid ...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Interface ilFileDeliveryType.
prepare(string $path_to_file, ?FileStream $possible_stream)
supportsAttachmentDelivery()
handleFileDeletion(string $path_to_file)
bool
__construct(protected Services $httpService)
PHP constructor.
The base interface for all filesystem streams.
doesFileExists(string $path_to_file)