火曜日, 11月 17th, 2009 | Author: kyosuke

ごめん、ただのメモ

PHP:
  1. //ファイル送信準備
  2.         header("Content-Disposition: inline; filename=\"". $apName."\"");
  3.         header("Content-Type: application/octet-stream");
  4. //標準出力にファイル名を垂れ流スッ
  5.         print($pdfName);
  6. //処理終了
  7.         die();

that's 雑.

Category: PHP, tcpdf
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a Reply