http_send_content_disposition
    (PECL)
http_send_content_disposition -- Content-Disposition を送信する
説明
bool 
http_send_content_disposition ( [string filename [, bool inline = FALSE]] )
   Content-Disposition を送信します。Content-Disposition ヘッダは、
   実際に送信するデータがファイルなどであり、クライアント/ユーザが
   それを (ブラウザの "名前を付けて保存..." ポップアップで)
   "保存" しなければならない場合に非常に便利です。
  
パラメータ
   
- filename
 
       "名前を付けて保存..." ダイアログで表示するファイル名。
      
- inline
 
       これを true に設定し、かつユーザエージェントがその
       content type の処理方法を知っている場合は、ポップアップウィンドウが表示されません。
      
 
  返り値
   成功した場合に TRUE を、失敗した場合に FALSE を返します。