Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17204 программиста и 1838 роботов. Сейчас ищут 1540 программистов ...

HTTP_Download::setContentDisposition

Вернуться к: HTTP_Download

HTTP_Download::setContentDisposition

HTTP_Download::setContentDisposition() – Set content disposition

Synopsis

void HTTP_Download::setContentDisposition ( string $disposition = HTTP_DOWNLOAD_ATTACHMENT , string $file_name = null )

Set content disposition of the download.

"Content-Disposition" is not HTTP compliant, but most browsers follow this header, so it was borrowed from MIME standard. It looks like this: "Content-Disposition: attachment; filename=example.tgz".

Parameter

  • string $disposition = HTTP_DOWNLOAD_ATTACHMENT - the disposition of the download (either 'attachment' or 'inline')

  • string $file_name = null - the file name the browser's download window should show

Note

This function can not be called statically.



Вернуться к: HTTP_Download

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware