Requests_Proxy_HTTP::fsockopen_remote_host_path( string $path, string $url )

Alter remote path before getting stream data


Description Description


Parameters Parameters

$path

(string) (Required) Path to send in HTTP request string ("GET ...")

$url

(string) (Required) Full URL we're requesting


Top ↑

Source Source

File: wp-includes/Requests/Proxy/HTTP.php

	public function fsockopen_remote_host_path(&$path, $url) {
		$path = $url;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.6 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.