Forum und email

lstat

(PHP 4, PHP 5)

lstat — Geeft informatie over een bestand of een symbolic link

Beschrijving

array lstat ( string $filename )

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.

Zie de handleiding van stat() voor informatie over de structuur van de array die lstat() terug geeft.

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

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

Zie ook stat().