fileinode
(PHP 4, PHP 5)
fileinode — Haalt de inode op van een bestand
Beschrijving
int fileinode
( string $filename
)
Geeft het inode nummer terug van het bestand, of FALSE in het geval van een fout.
Note: The results of this function are cached. See clearstatcache() for more details.
Note: This function will not work on remote files as the file to be examined must be accessible via the servers filesystem.
Zie ook stat().