fileinode
Get the inode of the file
fileinode()
function returns the inode number of the file.
If successful, the inode node number of the specified file is returned. If it fails, return false.
<?php echo fileinode ( "test.txt" ) ; ?>
fileinode ( filename )
parameter | describe |
---|---|
filename | Required. Specify documents to be inspected. |