HTTP_Download::setContentType() --
Set content type
Description
Set a reasonable content type for the download.
Examples:
application/pdf
application/zip
text/css
Returns PEAR_Error if $content_type
doesn't seem to be valid.
Return value
Returns TRUE on success,
PEAR_Error on failure.
Note
This function can not be called
statically.