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

In this article

Alter remote path before getting stream data

Parameters

$pathstringrequired
Path to send in HTTP request string ("GET …")
$urlstringrequired
Full URL we’re requesting

Source

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

Changelog

VersionDescription
1.6Introduced.

User Contributed Notes

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