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


Top ↑

Return Return

(bool|string) If string, $status || $cnt


Top ↑

Source Source

File: includes/process-download.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.