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
| Version | Description |
|---|---|
| 1.6 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.