HTML_CSS::getContentDisposition()

HTML_CSS::getContentDisposition() -- Return the Content-Disposition header

Synopsis

require_once 'HTML/CSS.php';

mixed HTML_CSS::getContentDisposition ()

Beschreibung

Get value of Content-Disposition header (inline filename) used to display results

Fehler-Meldungen

throws no exceptions thrown

Seit

since version 1.3.0 (2007-10-22)

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Rückgabewert

returns boolean FALSE if no content disposition, otherwise string for inline filename

Siehe auch

see HTML_CSS::setContentDisposition()

see http://pear.php.net/bugs/bug.php?id=12195 Patch by Carsten Wiedmann