Skip to content

Instantly share code, notes, and snippets.

View sohan5005's full-sized avatar

Sohan Zaman sohan5005

  • WPMU DEV (Incsub)
  • Khulna, Bangladesh
View GitHub Profile
@sohan5005
sohan5005 / curl-file-download.php
Last active March 10, 2019 20:29 — forked from damienalexandre/tool.php
Download large file from the web via php
<?php
/**
* Download a large distant file to a local destination.
*
* This method is very memory efficient :-)
* The file can be huge, PHP doesn't load it in memory.
*
* /!\ Warning, the return value is always true, you must use === to test the response type too.
*
* @author dalexandre