Skip to content

Instantly share code, notes, and snippets.

View zhangwei8794's full-sized avatar

张魏 zhangwei8794

  • China
View GitHub Profile
@zhangwei8794
zhangwei8794 / CurlRoll.php
Created May 2, 2018 07:24 — 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
{
/**