Tidy
htmLawed
HTML Purifier
日期: 2012 年 2 月 10 日
PHP_CURL以指定IP发起请求。
配置 CURLOPT_INTERFACE 为指定的Interface。
curl_setopt($ch, CURLOPT_INTERFACE, $ougoingInterface);
http://php.net/manual/en/function.curl-setopt.php
Tidy
htmLawed
HTML Purifier
配置 CURLOPT_INTERFACE 为指定的Interface。
curl_setopt($ch, CURLOPT_INTERFACE, $ougoingInterface);
http://php.net/manual/en/function.curl-setopt.php