You must say:"Yes" or "All right"! 注册 | 登陆
浏览模式: 标准 | 列表2009年06月的文章

热烈祝贺本人“荣获”淘宝第一个差评

使用支付宝差不多三年多了,在淘宝开店也差不多有两年吧,两年时间里,销售量也不咋的,终于搞到了一钻,今天“荣获”第一个差评,可以说是百感交集呀,发发事情的经过!

» 阅读全文

Tags: 淘宝

php通过curl多线程抓取网站内容

自php5.0开始,增加了如下是curl支持多线程的函数

curl_multi_init - initialize a new cURL multi handle.
             It will return the cURL handle on success and FALSE on error.
curl_multi_add_handle — Add a cURL handle to a cURL multi handle.
curl_multi_exec — Runs all the curl handle in the cURL multi handle in parallel.
curl_multi_remove_handle — Removes a cURL handle from a cURL multi handle.
curl_multi_close — close the cURL multi handle.

» 阅读全文

Tags: php, curl