Filesystem 函数
PHP 手册

fileinode

(PHP 4, PHP 5)

fileinode取得文件的 inode

说明

int fileinode ( string $filename )

返回文件的 inode 节点号,出错时返回 FALSE

Note: 本函数的结果会被缓存。更多信息参见 clearstatcache()

Tip

PHP 5.0.0 起本函数也可被某些 URL wrapper 使用。参考支持的协议/封装协议列表 来看哪些 wrapper 支持 stat() 系列函数的功能。

参见 stat()


Filesystem 函数
PHP 手册