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

search for in the

mkdir> <linkinfo
Last updated: Fri, 18 Jul 2008

view this page in

lstat

(PHP 4, PHP 5)

lstat — Da informazioni su un file o un link simbolico

Descrizione

array lstat ( string $filename )

Raccoglie le statistiche del file o del link simbolico chiamato filename .. Questa funzione è identica alla funzione stat() eccetto che se il paramametro filename è un link simbolico valido, viene restituito lo stato del link simbolico, non lo stato del file puntato dal link simbolico.

Nota: I risultati di questa funzione saranno memorizzati. Vedere clearstatcache() per maggiori dettagli.

Suggerimento

A partire da PHP 5.0.0, questa funzione può essere utilizzata con alcuni URL wrappers. Fare riferimento a List of Supported Protocols/Wrappers per la lista di quali wrappers supportano le funzioni della famiglia stat().

Vedere anche stat().



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

mkdir> <linkinfo
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites