Download Result
Hersteller: Ulrich Schmidt
Kategorie: Entwicklung
Erste Veröffentlichung: 16.10.2017
Letzte Änderung: 14.07.2018
Stellt Methoden, um eine Datei als Download anzubieten bereit.
<?php
DownloadResult($filename, $attachmentFilename = null, $status = 200);
DownloadResultFromString($string, $attachmentFilename, $status = 200);
DownloadResultFromFile($filename, $attachmentFilename = null, $status = 200);
?>
Version | |
1.0 | Download |