PHP file_exists() 函数
❮ PHP 文件系统参考定义和用法
file_exists() 函数检查文件或目录是否存在。
注意: 此函数的结果会被缓存。 使用 clearstatcache() 清除缓存。
语法
file_exists(path)
参数值
参数 | 描述 |
---|---|
path | 必填。 指定要检查的文件或目录的路径 |
技术细节
返回值 | 如果文件或目录存在,则为 TRUE,否则为 FALSE |
---|---|
PHP 版本 | 4.0+ |
❮ PHP 文件系统参考
file_exists() 函数检查文件或目录是否存在。
注意: 此函数的结果会被缓存。 使用 clearstatcache() 清除缓存。
file_exists(path)
参数 | 描述 |
---|---|
path | 必填。 指定要检查的文件或目录的路径 |
返回值 | 如果文件或目录存在,则为 TRUE,否则为 FALSE |
---|---|
PHP 版本 | 4.0+ |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]