Skip to content

Instantly share code, notes, and snippets.

View sptutusukanta's full-sized avatar
🎯
Focusing

Sukanta Paul sptutusukanta

🎯
Focusing
View GitHub Profile
@damienalexandre
damienalexandre / tool.php
Created October 3, 2011 09:47
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