(PECL pecl_http >= 0.10.0)
HttpResponse::setContentDisposition — Set content disposition
Set the Content-Disposition. 데이터가 파일 등에서 전송해야 할 때 Content-Disposition 헤더가 매우 유용합니다. 반드시 클라이언트/사용자에 의해 "저장"됩니다. (브라우저의 "다른 이름으로 저장" 창을 띄웁니다)
the file name the "Save as..." dialog should display
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를 반환합니다.