Write your own PHP Curl library for full site cloning

Source: Internet
Author: User
Sometimes the use of some online manuals, such as domestic or foreign, some are slow access, some are the author of the direct bar site is closed, some servers are always down, so or the overall cloning to their own server relatively cool. Already given here a demo
 
   getrequest ()->iscli ()) {      ares_http::error403 ();  }  Include ' curlmulti/curlmulti.php ';  Include ' curlmulti/mycurl.php ';  Include ' phpquery.php '; }}

 
  Getappdirectory (). '/data/manual ';  $cacheDir = $this->getbasedir (). '/cache/curl ';  if (! Is_dir ($cacheDir)) {   mkdir ($cacheDir);  }  $curl = new Curlmulti ();  $curl->maxthread = ten;  $curl->cache [' enable '] = true;  $curl->cache [' enabledownload '] = true;  $curl->cache [' dir '] = $cacheDir;  $curl->cache [' compress '] = true;  $clone = new Mycurl_clone ($curl, $url, $dir);  $clone->overwrite = true;  $clone->start ();  return false; }}

Corresponding files included I've uploaded it. http://download.csdn.net/detail/tiaozhanji_xian/8951277, free of points


Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.