Requests_Proxy_HTTP::fsockopen_remote_socket()
最后更新于:2021-12-01 11:09:16
Requests_Proxy_( string$remote_socket)Alter remote socket information before opening socket connection
参数
- $remote_socket
-
(string) (Required) Socket connection string
源文件
文件: gc-includes/Requests/Proxy/HTTP.php
public function fsockopen_remote_socket(&$remote_socket) {
$remote_socket = $this->proxy;
}