Skip to content

Instantly share code, notes, and snippets.

View lee997's full-sized avatar

David Lee lee997

  • Travel
  • Guilin, Guangxi
View GitHub Profile
@lee997
lee997 / CurlRoll.php
Created April 28, 2016 06:22 — forked from luxixing/CurlRoll.php
php-curl-multi 使用php curl多进程请求url,抓取页面的类
<?php
/**
* Use php curl multi, rolling request url.
*
* @author liwanghui@dratio.com
*/
class CurlRoll
{
/**