http_request_body_encode
(PECL pecl_http >= 1.0.0)
http_request_body_encode — Encode 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.
There are no user contributed notes for this page.
