PHP Doku:: Gets the inode for the file - splfileinfo.getinode.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenStandard PHP Library (SPL)DateibehandlungThe SplFileInfo classSplFileInfo::getInode

Ein Service von Reinhard Neidl - Webprogrammierung.

The SplFileInfo class

<<SplFileInfo::getGroup

SplFileInfo::getLinkTarget>>

SplFileInfo::getInode

(PHP 5 >= 5.1.2)

SplFileInfo::getInodeGets the inode for the file

Beschreibung

public int SplFileInfo::getInode ( void )

Gets the inode number for the filesystem object.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns the inode number for the filesystem object.

Fehler/Exceptions

Throws RuntimeException on error.

Siehe auch


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
sander at webpirates dot nl
12.06.2009 11:03
Question raised on DPC2009: What does getInode() return on windows? Answer: int 0.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)