PHP Velho Oeste 2024

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