http_request_body_encode

(PECL pecl_http >= 1.0.0)

http_request_body_encodeEncode request body

Опис

string http_request_body_encode ( array $fields , array $files )

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

Параметри

fields

POST fields

files

POST files

Значення, що повертаються

Returns encoded string on success або FALSE в разі помилки.

add a note add a note

User Contributed Notes

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