Verzamelt gegevens over het bestand of symbolic link filename. Deze functie is hetzelfde als stat() behalve dat als filename een symbolic link is, de status van de symbolic link wordt terug gegeven en niet de status van het bestand waar de symbolic link naar verwijst.
Geeft een array met gegevens terug over het bestand met de volgende elementen:
device
inode
inode protection mode
number of links
user id of owner
group id owner
device type if inode device *
size in bytes
time of last access
time of last modification
time of last change
blocksize for filesystem I/O *
number of blocks allocated
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().