Sends a file with support for (multiple) range requests.
This functions behaviour and further action is dependent on the following INI settings: http.send.not_found_404 and http.log.not_found.
If the INI setting http.send.not_found_404
is enabled and the INI setting http.log.not_found
points to a writable file, a log message is written when the file
was not found.
http_send_data() |
http_send_stream() |
http_throttle() |
http_send_content_type() |
http_send_content_disposition() |
the HttpResponse class if you are using PHP-5.1 and above |