PHP Dokumentation: Function http-request-body-encode
12. Januar 2010 von werner
http_request_body_encode
(PECL pecl_http >= 1.0.0)
http_request_body_encode — Encode 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..