fileinode
(PHP 4, PHP 5)
fileinode — Gets file inode
Description
int fileinode
( string $filename
)
Parameters
-
filename
-
Path to the file.
Return Values
Returns the inode number of the file, or FALSE in case of an error.
Notes
Note: The results of this
function are cached. See clearstatcache() for
more details.