downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

mkdir> <linkinfo
Last updated: Wed, 22 Jul 2009

view this page in

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().



add a note add a note User Contributed Notes
lstat
There are no user contributed notes for this page.

mkdir> <linkinfo
Last updated: Wed, 22 Jul 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites