HttpResponse::setContentType

(PECL pecl_http >= 0.10.0)

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.

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top