edd_readfile_chunked( string $file, boolean $retbytes = true )
Reads file in chunks so big downloads are possible without changing PHP.INI See http://codeigniter.com/wiki/Download_helper_for_large_files/
Description Description
Parameters Parameters
- $file
-
(Required) The file
- $retbytes
-
(Optional) Return the bytes of file
Default value: true
Return Return
(bool|string) If string, $status || $cnt
Source Source
File: includes/process-download.php