标签: php curl proxy
如何使用curl和php通过代理连接到远程服务器?
答案 0 :(得分:3)
PHP libcurl支持代理设置:
curl_setopt($process, CURLOPT_PROXY, $this->proxy)