Requests_Proxy_HTTP::fsockopen_remote_socket() public WP 1.6
Alter remote socket information before opening socket connection
{} It's a method of the class: Requests_Proxy_HTTP{}
No Hooks.
Return
Null. Nothing.
Usage
$Requests_Proxy_HTTP = new Requests_Proxy_HTTP(); $Requests_Proxy_HTTP->fsockopen_remote_socket( $remote_socket );
- $remote_socket(string) (required) (passed by reference — &)
- Socket connection string
Changelog
Since 1.6 | Introduced. |
Code of Requests_Proxy_HTTP::fsockopen_remote_socket() Requests Proxy HTTP::fsockopen remote socket WP 5.6
public function fsockopen_remote_socket(&$remote_socket) {
$remote_socket = $this->proxy;
}