http_post_data

(PECL pecl_http >= 0.1.0)

http_post_dataPerform POST request with pre-encoded data

Опис

string http_post_data ( string $url , string $data [, array $options [, array &$info ]] )

Performs an HTTP POST request on the supplied url.

See the full list of request options.

Параметри

url

URL

data

String containing the pre-encoded post data

options

request options

info

Request/response information

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

Returns the HTTP response(s) as string on success, or FALSE on failure.

add a note add a note

User Contributed Notes

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