ごめん、ただのメモ
//ファイル送信準備
header("Content-Disposition: inline; filename=\"". $apName."\"");
header("Content-Type: application/octet-stream");
//標準出力にファイル名を垂れ流スッ
print($pdfName);
//処理終了
die();
that’s 雑.
ごめん、ただのメモ
//ファイル送信準備
header("Content-Disposition: inline; filename=\"". $apName."\"");
header("Content-Type: application/octet-stream");
//標準出力にファイル名を垂れ流スッ
print($pdfName);
//処理終了
die();
that’s 雑.