readfile() 函数读取文件并将其写入输出缓冲区。
提示:如果 php.ini 文件中已启用 fopen 包装器,则可以使用 URL 作为此函数的文件名。
readfile(
file,
include_path,
context)
Parameter | Description |
---|---|
file | Required. Specifies the file to read |
include_path | Optional. Set this parameter to TRUE if you want to search for the file in the include_path (in php.ini) as well |
context | Optional. Specifies the context of the file handle. Context is a set of options that can modify the behavior of a stream |
返回值: | 成功时读取的字节数,失败时读取的字节数为 FALSE,错误时读取的字节数。您可以通过在函数名称前面添加“@”来隐藏错误消息 |
---|---|
PHP 版本: | 4.0+ |
PHP 变更日志: | PHP 5.0:添加context支持 |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!