(PECL pecl_http >= 0.10.0)
http_send_content_disposition — Send Content-Disposition
Send the Content-Disposition. 데이터가 파일 등에서 전송해야 할 때 Content-Disposition 헤더가 매우 유용합니다. 반드시 클라이언트/사용자에 의해 "저장"됩니다. (브라우저의 "다른 이름으로 저장" 창을 띄웁니다)
Note: 이 함수는 다음 함수와 함께 사용해야 합니다: http_send_data(), http_seld_file() 그리고 http_send_stream().
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를 반환합니다.