filetype

(PHP 3, PHP 4 )

filetype -- 取得文件类型

说明

string filetype ( string filename)

返回文件的类型。可能的值有 fifo,char,dir,block,link,file 和 unknown。

如果出错则返回 FALSE。如果 stat 调用失败或者文件类型未知的话 filetype() 还会产生一个 E_NOTICE 消息。

注: 本函数的结果会被缓存。详细信息参见 clearstatcache()

注: 本函数不能作用于远程文件,被检查的文件必须通过服务器的文件系统访问。

例子 1. filetype() 例子

<?php

echo filetype('/etc/passwd');  // file
echo filetype('/etc/');        // dir

?>

参见 is_dir()is_file()is_link()file_exists()stat()mime_content_type()


虎的笑话 虎的成语 虎的歇后语