SplFileInfo::getInode

(PHP 5 >= 5.1.2, PHP 7, PHP 8)

SplFileInfo::getInodeGets the inode for the file

Beschreibung

public SplFileInfo::getInode(): int|false

Gets the inode number for the filesystem object.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns the inode number for the filesystem object on success, or false on failure.

Fehler/Exceptions

Throws RuntimeException on error.

Siehe auch