HttpResponse
PHP Manual

HttpResponse::setContentType

(PECL pecl_http >= 0.10.0)

HttpResponse::setContentTypeSet content type

Descrizione

static bool HttpResponse::setContentType ( string $content_type )

Set the Content-Type of the sent entity.

Elenco dei parametri

content_type

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

Valori restituiti

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

Vedere anche:


HttpResponse
PHP Manual