readfile() 函数读取文件并将其写入输出缓冲区。
用法
readfile(file_path, include_path, context)
参数
file_path −文件的路径
include_path −将此参数设置为 TRUE,如果要搜索 include_path 中的文件
context −指定流的行为。
返回
readfile() 函数返回从文件中读取的字节数。
示例
<?php
echo readfile("one.txt");
?>
以下是返回字节数的输出。
输出
This is demo text! 18
相关用法
- PHP readfile( )用法及代码示例
- PHP read_exif_data()用法及代码示例
- PHP readdir()用法及代码示例
- PHP realpath_cache_get()用法及代码示例
- PHP realpath( )用法及代码示例
- PHP rename( )用法及代码示例
- PHP restore_error_handler()用法及代码示例
- PHP restore_exception_handler()用法及代码示例
- PHP rewind( )用法及代码示例
- PHP rewinddir()用法及代码示例
- PHP rename()用法及代码示例
- PHP rewind()用法及代码示例
- PHP reset()用法及代码示例
- PHP rmdir()用法及代码示例
- PHP round()用法及代码示例
- PHP random_int()用法及代码示例
- PHP round( )用法及代码示例
注:本文由纯净天空筛选整理自Karthikeya Boyini大神的英文原创作品 readfile() function in PHP。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。