Current Location: Home> Function Categories> fileinode

fileinode

Get the inode of the file
Name:fileinode
Category:File system
Programming Language:php
One-line Description:Returns the inode number of the file.

Definition and usage

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.

Example

 <?php
echo fileinode ( "test.txt" ) ;
?>

grammar

 fileinode ( filename )
parameter describe
filename Required. Specify documents to be inspected.
Similar Functions
Popular Articles