PEAR logo

HTML_CSS : The Definitive Guide

Name

HTML_CSS::getContentDisposition — Returns the Content-Disposition header ability (inline filename)

Synopsis

    require_once 'HTML/CSS.php';
   

mixed HTML_CSS::getContentDisposition();
;

Description

Returns the Content-Disposition header ability (inline filename)

Throws

throws no exceptions thrown

Since

Release 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

See

see HTML_CSS::setContentDisposition

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

HTML_CSS : The Definitive Guide v 1.3.0 : October 22, 2007