PHP Handbuch | ||
---|---|---|
Zurück | Nach vorne |
Die Funktion fstat() gibts ein assoziatives Array zurück, welches Informationen über die Datei fd enthält. Das Array enthält folgende Einträge:
"device" - Device
"inode" - Inode
"mode" - Modus
"nlink" - Anzahl Links
"uid" - Benutzer Id
"gid" - Gruppentyp
"device_type" - Device Typ
"size" - Grösse in Bytes
"blocksize" - Blockgrösse
"blocks" - Anzahl allocierter Blöcke
"atime" - Letzter Zugriff
"mtime" - Letze Modifikation
"ctime" - Letzte Änderung
Zurück | Zum Anfang | Nach vorne |
dio_seek | Nach oben | dio_truncate |