(PECL pecl_http >= 0.10.0)
HttpResponse::setContentDisposition — Set content disposition
$filename
[, bool $inline
= false
] )Set the Content-Disposition. 데이터가 파일 등에서 전송해야 할 때 Content-Disposition 헤더가 매우 유용합니다. 반드시 클라이언트/사용자에 의해 "저장"됩니다. (브라우저의 "다른 이름으로 저장" 창을 띄웁니다)
filename
the file name the "Save as..." dialog should display
inline
if set to true and the user agent knows how to handle the content type, it will probably not cause the popup window to be shown
성공 시 TRUE
를, 실패 시 FALSE
를 반환합니다.