PHP Doku:: Encode request body - function.http-request-body-encode.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteHTTPHTTP Funktionenhttp_request_body_encode

Ein Service von Reinhard Neidl - Webprogrammierung.

HTTP Funktionen

<<http_put_stream

http_request_method_exists>>

http_request_body_encode

(PECL pecl_http >= 1.0.0)

http_request_body_encodeEncode request body

Beschreibung

string http_request_body_encode ( array $fields , array $files )

Generate x-www-form-urlencoded resp. form-data encoded request body.

Parameter-Liste

fields

POST fields

files

POST files

Rückgabewerte

Returns encoded string on successIm Fehlerfall wird FALSE zurückgegeben..


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",...)