file() 将文件读入数组。
每个数组元素包含文件中的一行,并仍附加换行符。
file(
filename,
flag,
context)
Parameter | Description |
---|---|
filename | Required. Specifies the path to the file to read |
flag | Optional. Can be one or more of the following constants:
|
context | Optional. Specifies the context of the file handle. Context is a set of options that can modify the behavior of a stream. Can be skipped by using NULL. |
返回值: | 数组中的整个文件,失败时为 FALSE |
---|---|
PHP 版本: | 4.0+ |
二进制安全: | 是的,在 PHP 4.3 中 |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!