fstat

(PHP 4 >= 4.0.0)

fstat --  Vracφ informace o otev°enΘm souboru

Popis

array fstat ( int fp)

Sbφrß statistiky otev°enΘho souboru specifikovanΘm deskriptorem fp. Tato funkce je podobnß funkci stat(), pracuje v╣ak s deskriptorem, nikoli nßzvem souboru.

Vracφ pole se statistikami souboru s t∞mito elementy:

  1. device

  2. inode

  3. number of links

  4. user id of owner

  5. group id owner

  6. device type if inode device *

  7. size in bytes

  8. time of last access

  9. time of last modification

  10. time of last change

  11. blocksize for filesystem I/O *

  12. number of blocks allocated

* - platnΘ pouze na systΘmech s podporou typu st_blksize -- jinde (nap°. na Windows) vracφ -1

V²sledek tΘto funkce je cachovßn. Vφce detail∙ - viz clearstatcache().