(PECL pecl_http >= 0.10.0)
HttpResponse::setContentDisposition — Set content disposition
Set the Content-Disposition. El header Content-Disposition es muy útil si los datos que se están enviando provienen de un archivo o algo similar, que debería ser "guardado" por el cliente/usuario (por ej., a través de la opción "Guardar cómo" del navegador).
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
Devuelve TRUE en caso de éxito o FALSE en caso de error.