php man page for http_post_data

Query: http_post_data

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

HTTP_POST_DATA(3)							 1							 HTTP_POST_DATA(3)

http_post_data - Perform POST request with pre-encoded data

SYNOPSIS
string http_post_data (string $url, string $data, [array $options], [array &$info])
DESCRIPTION
Performs an HTTP POST request on the supplied url. See the full list of request options.
PARAMETERS
o $url - URL o $data - String containing the pre-encoded post data o $options -request options o $info -Request/response information
RETURN VALUES
Returns the HTTP response(s) as string on success, or FALSE on failure. PHP Documentation Group HTTP_POST_DATA(3)
Related Man Pages
curlopt_postfields(3) - mojave
http::request::common(3) - mojave
get_headers(3) - php
http::request::common(3) - osx
http::request::common(3) - centos
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch