PHP fileinode() Function

The fileinode() function returns the inode of the specified file.This function returns the inode number of the file on success, FALSE on failure.

int fileinode ( string $filename )

Gets the file inode.

Example -

Note -

The results of this function are cached. See clearstatcache() for more details.

ParameterDescription
filenameRequired. Specifies the file to check