v1.0.0
English

DownloadResponse.php

system/HTTP/DownloadResponse.php
1 class 17 methods

class DownloadResponse

HTTP response when a download is requested.
__construct (string $filename, bool $setMime) public
setBinary (string $binary) public
setFilePath (string $filepath) public
setFileName (string $filename) public
getContentLength () public
setContentTypeByMimeType () private
getDownloadFileName () private
getContentDisposition (bool $inline = false) private
setStatusCode (int $code, string $reason = '') public
setContentType (string $mime, string $charset = 'UTF-8') public
noCache () public
send () public
buildHeaders () public
sendBody () public
sendBodyByFilePath () private
sendBodyByBinary () private
inline () public
phpDG v1.0.0 DownloadResponse.php 662 files 498 classes 763 fn
Generated