void|PEAR_Error HTML_CSS::setContentDisposition (
boolean $enable
= true
, string $filename
= ''
)
Defines the Content-Disposition filename for the browser output. Defaults to basename($_SERVER['PHP_SELF']).'.css'
$enable
(optional)
$filename
(optional)
throws HTML_CSS_ERROR_INVALID_INPUT
since version 1.3.0 (2007-10-22)
This function can not be called statically.