This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* This script performs a full dump of a database query into | |
* CSV format and pipes it directly to the browser. | |
* | |
* - YES, the browser will save the CSV file to disk | |
* - YES, it should support large files without using massive amounts of memory | |
* - YES, it compresses the request using GZIP to reduce download time | |
*/ |