PHP Doku:: Set content type - function.httprequest-setcontenttype.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteHTTPThe HttpRequestHttpRequest::setContentType

Ein Service von Reinhard Neidl - Webprogrammierung.

The HttpRequest

<<HttpRequest::send

HttpRequest::setCookies>>

HttpRequest::setContentType

(PECL pecl_http >= 0.10.0)

HttpRequest::setContentTypeSet content type

Beschreibung

public bool HttpRequest::setContentType ( string $content_type )

Set the content type the post request should have.

Parameter-Liste

content_type

the content type of the request (primary/secondary)

Rückgabewerte

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


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)