HttpResponse::setContentType
(PECL pecl_http:0.10.0-1.5.5)
HttpResponse::setContentType — Set content type
Description
static
bool HttpResponse::setContentType
( string $content_type
)
Parameters
-
content_type
-
the content type of the sent entity (primary/secondary)
Return Values
Returns TRUE on success, or FALSE if the content type does not seem to
contain a primary and secondary content type part.