http_request(3) php man page | unix.com

Man Page: http_request

Operating Environment: php

Section: 3

HTTP_REQUEST(3) 							 1							   HTTP_REQUEST(3)

http_request - Perform custom request

SYNOPSIS
string http_request (int $method, string $url, [string $body], [array $options], [array &$info])
DESCRIPTION
Performs a custom HTTP request on the supplied url. See the full list of request options.
PARAMETERS
o $method - Request method o $url - URL o $body - Request body 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_REQUEST(3)
Related Man Pages
http::request(3) - mojave
http::request(3) - osx
http_get(3) - php
mojo::message::request(3pm) - debian
sru::request(3pm) - debian
Similar Topics in the Unix Linux Community
turning off certain http requests
http request forward
Need to log http requests
unix script http request
Copy and forward apache http request