- class
HttpDownloadFileHandler(php\http\HttpDownloadFileHandler) extendsHttpAbstractHandler - package
http - source
php/http/HttpDownloadFileHandler.php
Description
Class HttpDownloadFileHandler
->__construct()- HttpDownloadFileHandler constructor.->file()->fileName()->contentType()->reset()->__invoke()- See also in the parent class HttpAbstractHandler
__construct(string|File $file, string|null $fileName, string|null $contentType): voidHttpDownloadFileHandler constructor.
file(): php\io\FilefileName(): stringcontentType(): stringreset(string|File $file, string|null $fileName, string|null $contentType): void__invoke(php\http\HttpServerRequest $request, php\http\HttpServerResponse $response): bool