The HttpResponse
PHP Manual

HttpResponse::setContentType

(PECL pecl_http:0.10.0-1.5.5)

HttpResponse::setContentTypeSet content type

Описание

static bool HttpResponse::setContentType ( string $content_type )

Set the Content-Type of the sent entity.

Список параметров

content_type

the content type of the sent entity (primary/secondary)

Возвращаемые значения

Returns TRUE on success, or FALSE if the content type does not seem to contain a primary and secondary content type part.

Смотрите также


The HttpResponse
PHP Manual