Join Up!
104877 members and counting!

 
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links 
search for in the  
previousset_file_bufferstream_get_meta_datanext
Last updated: Tue, 29 Oct 2002
view the printer friendly version or the printer friendly version with notes or change language to Czech | German

stat

(PHP 3, PHP 4 )

stat -- Da información sobre un fichero

Descripción

array stat ( string filename)

Recoje los datos sobre el fichero indicado por filename.

Devuelve un array conteniendo los datos del fichero con los siguientes elementos:

  1. dispositivo (device)

  2. inode

  3. modo de protección del inode

  4. número de enlaces

  5. id de usuario del propietario

  6. id de grupo del propietario

  7. tipo de dispositivo si es un inode device *

  8. tamaño en bytes

  9. fecha del último acceso access

  10. fecha de la última modificación

  11. fecha del último cambio

  12. tamaño del bloque para el sistema I/O *

  13. número de bloques ocupados

* - sólo válido en sistemas que soportan el tipo st_blksize --otros sistemas (como Windows) devuelven -1

Los resultados de esta función son cacheados. Ver clearstatcache() para más detalles.

User Contributed Notes
stat
add a note about notes
There are no user contributed notes for this page.
previousset_file_bufferstream_get_meta_datanext
Last updated: Tue, 29 Oct 2002
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by: http://phpbuilder.com/
Last updated: Thu Oct 31 18:34:28 2002 EST