PHP Dokumentation: Function httpresponse-setcontenttype
12. Januar 2010 von werner
HttpResponse::setContentType
(PECL pecl_http >= 0.10.0)
HttpResponse::setContentType — Set content type
Beschreibung
static bool HttpResponse::setContentType ( string $content_type )
Set the Content-Type of the sent entity.
Parameter-Liste
- content_type
the content type of the sent entity (primary/secondary)
Rückgabewerte
Returns TRUE on success, or FALSE if the content type does not seem to contain a primary and secondary content type part.
Siehe auch
- HttpResponse::getContentDisposition – Get content disposition
- HttpResponse::setContentDisposition – Set content disposition
- HttpResponse::getContentType – Get content type
- HttpResponse::guessContentType – Guess content type