http_request()
http_request - Perform custom requestSyntax
string http_request (int $method, string $url, string $body, array $options, array &$info)Arguments
- method - Request method
- url - URL
- body - Request body
- options - request options
- info - Request/response information
