取得文件的 inode 值。
语法: int fileinode(string filename);
返回值: 整数
函数种类: 文件存取
本函数返回指定文件的 inode 值。返回 false 表示发生错误。返回值放在快取缓冲区中,可以参考 clearstatcache()。