(no version information, might be only in CVS)
HttpResponse::setContentDisposition -- content disposition を設定するContent-Disposition を設定します。 Content-Disposition ヘッダは、 実際に送信するデータがファイルなどであり、それをクライアント/ユーザに "保存" させたい (ブラウザのポップアップ "名前を付けて保存..." を出させたい) 場合に便利です。
filename
"名前を付けて保存..." ダイアログで表示するファイル名。
inline
これを true に設定し、かつユーザエージェントがその content type の処理方法を知っている場合は、ポップアップウィンドウが表示されません。