研究了一下。
file_get_contents() : 不行哦..
fsockopen:没有这功能哦..
cURL: 好像也没这个功能
求指点。
file_get_contents() : 不行哦..
fsockopen:没有这功能哦..
cURL: 好像也没这个功能
求指点。
1
binux Sep 23, 2013 curl_setopt($curlh, CURLOPT_INTERFACE, "xxx.xxx.xxx.xxx");
|
4
marchtea Sep 23, 2013 @liuxurong 献丑自己写的小东西,简化了发送请求,只要写爬取后的处理类就可以了. https://github.com/marchtea/crawler_framework
|
7
liuxurong OP |
8
thbourlove Sep 27, 2013 |
9
liuxurong OP |