http_post_data(3) php man page | unix.com

Man Page: http_post_data

Operating Environment: php

Section: 3

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_post(3) - mojave
curlopt_postfields(3) - mojave
http::request::common(3) - suse
http_redirect(3) - php
http_get(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework & Coursework Questions Forum
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team