|
PHP5中文手册
http_send_file(PECL pecl_http:0.1.0-1.5.5) http_send_file — Send file 说明
bool http_send_file
( string $file
)
Sends a file with support for (multiple) range requests. This functions behaviour and further action is dependent on the following INI 设定s: http.send.not_found_404 和 http.log.not_found. If the INI 设定 http.send.not_found_404 is enabled and the INI 设定 http.log.not_found points to a writable file, a log message is written when the file was not found. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 A http_send_file() example
<?php 上例将输出:
参见
|