http_request_body_encode (no version information, might be only in CVS) 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, or FALSE on failure
add a note
User Contributed Notes
http_request_body_encode
There are no user contributed notes for this page.
|