多IP服务器,用php里的curl如何指定ip出口?作者:一只风筝

CURLOPT_INTERFACE 
The name of the outgoing network interface to use. 
This can be an interface name, an IP address or a host name. 

curl_setopt($handle, CURLOPT_INTERFACE,"127.0.0.1" );
时间:2018-3-15 分类:网站

返回顶部返回首页