http_send_file()
http_send_file - Send file
Syntax
bool http_send_file (
string $file)
Arguments
Description
Sends a file with support for (multiple) range requests.
Version
PHP PECL pecl_http >= 0.1.0
Return value
Returns TRUE on success or FALSE on failure.