我需要用用户的IP地址而不是服务器地址发送curl请求.我试了这个没有运气:
curl_setopt( $ch, CURLOPT_INTERFACE, $ip );
有任何想法吗?
谢谢!
php curl
curl ×1
php ×1