Home
last modified time | relevance | path

Searched refs:file_out (Results 1 – 1 of 1) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php27132 …function OverWrite($file_in, $search, $replacement, $dest = Destination::DOWNLOAD, $file_out = "mp… argument
27247 header('Content-disposition: inline; filename=' . $file_out);
27255 if (!$file_out) {
27256 $file_out = 'mpdf.pdf';
27259 $f = fopen($file_out, 'wb');
27262 throw new \Mpdf\MpdfException('Unable to create output file: ' . $file_out);
27283 header('Content-disposition: attachment; filename=' . $file_out);