Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 19503 программиста и 1624 робота. Сейчас ищут 1805 программистов ...
HTML_CSS::getContentDisposition
Вернуться к: Handling options
HTML_CSS::getContentDisposition
HTML_CSS::getContentDisposition() – Return the Content-Disposition header
Synopsis
require_once 'HTML/CSS.php';
mixed HTML_CSS::getContentDisposition ( )
Get value of Content-Disposition header (inline filename) used to display results
Throws
throws no exceptions thrown
Since
since version 1.3.0 (2007-10-22)
Note
This function can not be called statically.
Return value
returns boolean FALSE if no content disposition, otherwise string for inline filename
Вернуться к: Handling options