fileinode

(PHP 3, 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.

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

Opmerking: This function will not work on remote files as the file to be examined must be accessible via the servers filesystem.

Zie ook stat().