Skip to content

Instantly share code, notes, and snippets.

@buttonfly
buttonfly / CurlRoll.php
Created October 30, 2016 07:38 — 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
{
/**