Alter remote path before getting stream data
Parameters
$path
stringrequired- Path to send in HTTP request string ("GET …")
$url
stringrequired- Full URL we’re requesting
Source
public function fsockopen_remote_host_path(&$path, $url) {
$path = $url;
}
Changelog
Version | Description |
---|---|
1.6 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.