|
PHP5中文手册
is_file(PHP 4, PHP 5) is_file — 判断给定文件名是否为一个正常的文件 说明
bool is_file
( string $filename
)
如果文件存在且为正常的文件则返回 TRUE。
Example#1 is_file() 例子
<?php 上例将输出:
Tip
自 PHP 5.0.0 起本函数也可被某些 URL wrapper 使用。参考支持的协议/封装协议列表 来看哪些 wrapper 支持 stat() 系列函数的功能。 |