Easy Tutorial
❮ Func Array Fill Keys Func String Parse Str ❯

PHP fileinode() Function



Definition and Usage

The fileinode() function returns the inode number of the specified file.

If successful, the function returns the inode number of the specified file. If it fails, it returns FALSE.

Syntax

Parameter Description
filename Required. Specifies the file to check.

Tips and Notes

Note: The result of this function is cached. Use clearstatcache() to clear the cache.

Note: This function does not work on Windows systems.


Examples


❮ Func Array Fill Keys Func String Parse Str ❯