http_send_fileSend file
&reftitle.description;
boolhttp_send_filestringfile
Sends a file with support for (multiple) range requests.
This functions behaviour and further action is dependent on the following
&link.http.configuration;s:
http.send.not_found_404
&listendand; http.log.not_found.
If the &link.http.configuration; http.send.not_found_404
is enabled and the &link.http.configuration; http.log.not_found
points to a writable file, a log message is written when the file was not found.
&reftitle.parameters;
file
the file to send
&reftitle.returnvalues;
&return.success;
&reftitle.examples;
A http_send_file example
]]>
&example.outputs;
&reftitle.seealso;
http_send_datahttp_send_streamhttp_throttlehttp_send_content_typehttp_send_content_disposition&http.response.class.php51;